Skip to content

Commit

Permalink
Add Swift nightly 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 b6fb0cb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,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 b6fb0cb

Please sign in to comment.