We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e36de commit b14716dCopy full SHA for b14716d
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
timeout-minutes: 5
20
strategy:
21
matrix:
22
- image: ["swift:5.8", "swift:5.9", "swift:5.10", "swiftlang/swift:6.0-jammy"]
+ image: ["swift:5.8", "swift:5.9", "swift:5.10", "swift:6.0-jammy"]
23
24
container:
25
image: ${{ matrix.image }}
0 commit comments