We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ffa4f commit 48091d0Copy full SHA for 48091d0
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
timeout-minutes: 15
20
strategy:
21
matrix:
22
- image: ["swift:5.10", "swift:6.0", "swift:6.1"]
+ image: ["swift:5.10", "swift:6.0", "swift:6.1", "swiftlang/swift:nightly-6.2-noble"]
23
container:
24
image: ${{ matrix.image }}
25
steps:
0 commit comments