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 901c5df commit cdf1b49Copy full SHA for cdf1b49
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
timeout-minutes: 15
20
strategy:
21
matrix:
22
- image: ["swift:6.0", "swift:6.1", "swiftlang/swift:nightly-6.2-noble"]
+ image: ["swift:6.0", "swift:6.1", "swift:6.2"]
23
container:
24
image: ${{ matrix.image }}
25
steps:
0 commit comments