Skip to content

Commit

Permalink
Add Swift 6 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Aug 23, 2024
1 parent 82718e7 commit 4db8b93
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode: ["15.4", "15.2"]
xcode: ["16.0", "15.4", "15.2"]
include:
- xcode: "16.0"
macos: macOS-14
- xcode: "15.4"
macos: macOS-14
- xcode: "15.2"
Expand Down Expand Up @@ -52,8 +54,11 @@ jobs:
strategy:
fail-fast: false
matrix:
swift: ["5.10", "5.9"]
swift: ["6.0-nightly", "5.10", "5.9"]
include:
- swift: "6.0-nightly"
container: "swiftlang/swift:nightly-6.0-jammy"
cache-version: 1
- swift: "5.10"
container: "swift:5.10"
cache-version: 1
Expand Down

0 comments on commit 4db8b93

Please sign in to comment.