Skip to content

Commit 522a375

Browse files
Merge pull request #4 from GraphQLSwift/feat/swift-6.2
Adds Swift 6.2 testing
2 parents 966e597 + 3dfe6be commit 522a375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
strategy:
3737
matrix:
3838
swift-image:
39-
- "swift:5.10-jammy"
40-
- "swift:5.10-noble"
4139
- "swift:6.0-jammy"
4240
- "swift:6.0-noble"
4341
- "swift:6.1-jammy"
4442
- "swift:6.1-noble"
43+
- "swift:6.2-jammy"
44+
- "swift:6.2-noble"
4545
runs-on: ubuntu-latest
4646
container: ${{ matrix.swift-image }}
4747
steps:

0 commit comments

Comments
 (0)