Skip to content

Commit

Permalink
Add Swift nightly to test matrix (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch authored Oct 30, 2023
1 parent de6c7b1 commit 8b94c23
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 8b94c23

Please sign in to comment.