Skip to content

Commit

Permalink
Test with Swift 6 release (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch authored Sep 21, 2024
1 parent d8734be commit e9d0dee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode: ["16.1", "15.4", "15.2"]
xcode: ["16.0", "15.4", "15.2"]
include:
- xcode: "16.1"
- xcode: "16.0"
macos: macos-14
- xcode: "15.4"
macos: macos-14
Expand Down Expand Up @@ -65,10 +65,10 @@ jobs:
strategy:
fail-fast: false
matrix:
swift: ["6.0-nightly", "5.10", "5.9"]
swift: ["6.0", "5.10", "5.9"]
include:
- swift: "6.0-nightly"
container: "swiftlang/swift:nightly-6.0-jammy"
- swift: "6.0"
container: "swift:6.0"
cache-version: 1
- swift: "5.10"
container: "swift:5.10"
Expand Down

0 comments on commit e9d0dee

Please sign in to comment.