Skip to content

Commit

Permalink
Update test matrix (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch authored May 19, 2024
1 parent ed694e7 commit 1a727b1
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode: ["15.0", "14.3.1"]
xcode: ["15.4", "15.2", "14.3.1"]
include:
- xcode: "15.0"
macos: macOS-13
- xcode: "15.4"
macos: macOS-14
- xcode: "15.2"
macos: macOS-14
- xcode: "14.3.1"
macos: macOS-13
macos: macOS-14
runs-on: ${{ matrix.macos }}
name: macOS
steps:
Expand Down Expand Up @@ -55,13 +57,10 @@ jobs:
strategy:
fail-fast: false
matrix:
swift: ["5.10-nightly", "5.9-nightly", "5.9", "5.8"]
swift: ["5.10", "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"
- swift: "5.10"
container: "swift:5.10"
cache-version: 1
- swift: "5.9"
container: "swift:5.9"
Expand Down

0 comments on commit 1a727b1

Please sign in to comment.