We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 966e597 + 3dfe6be commit 522a375Copy full SHA for 522a375
1 file changed
.github/workflows/test.yaml
@@ -36,12 +36,12 @@ jobs:
36
strategy:
37
matrix:
38
swift-image:
39
- - "swift:5.10-jammy"
40
- - "swift:5.10-noble"
41
- "swift:6.0-jammy"
42
- "swift:6.0-noble"
43
- "swift:6.1-jammy"
44
- "swift:6.1-noble"
+ - "swift:6.2-jammy"
+ - "swift:6.2-noble"
45
runs-on: ubuntu-latest
46
container: ${{ matrix.swift-image }}
47
steps:
0 commit comments