Skip to content

Commit 9ce5d24

Browse files
ci: Remove swift 5.8 and 5.9 builds from test matrix. Add Swift 6.1.
The current tip of main for swift-nio requires Swift 5.10. A number of repositories consuming this build matrix likely build swift-nio, and will become broken when consuming the latest version of swift-nio. This removes versions of Swift older than 5.10 from the test matrix, and adds Swift 6.1.
1 parent 2909659 commit 9ce5d24

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.8-jammy"
40-
- "swift:5.9-jammy"
4139
- "swift:5.10-jammy"
4240
- "swift:5.10-noble"
4341
- "swift:6.0-jammy"
4442
- "swift:6.0-noble"
43+
- "swift:6.1-jammy"
44+
- "swift:6.1-noble"
4545
runs-on: ubuntu-latest
4646
container: ${{ matrix.swift-image }}
4747
steps:

0 commit comments

Comments
 (0)