Skip to content

Commit

Permalink
Add Xcode/Swift betas to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Oct 30, 2023
1 parent e793184 commit e4dad8c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode: ["15.0", "14.3.1"]
xcode: ["15.1", "15.0", "14.3.1"]
include:
- xcode: "15.1"
macos: macOS-13
- xcode: "15.0"
macos: macOS-13
- xcode: "14.3.1"
Expand Down Expand Up @@ -55,8 +57,14 @@ jobs:
strategy:
fail-fast: false
matrix:
swift: ["5.9", "5.8"]
swift: ["5.10-nightly", "5.9-nightly", "5.9", "5.8"]
include:
- swift: "5.10-nightly"
container: "swiftlang/swift:nightly-5.10-jammy"
cache-version: 1
- swift: "5.9-nightly"
container: "swiftlang/swift:nightly-5.9-jammy"
cache-version: 1
- swift: "5.9"
container: "swift:5.9"
cache-version: 1
Expand Down

0 comments on commit e4dad8c

Please sign in to comment.