Skip to content

Commit 546ec74

Browse files
committed
Distinguish 5.10 from 5.1!
1 parent d810c31 commit 546ec74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
run-tests:
2424
strategy:
2525
matrix:
26-
swift-version: [5.6, 5.7, 5.8, 5.9, 5.10]
26+
# We don't need anything specific in 5.10.1, but 5.10 collapses to 5.1 when `swift-setup` runs.
27+
swift-version: [5.6, 5.7, 5.8, 5.9, 5.10.1]
2728
runs-on: ubuntu-20.04
2829
steps:
2930
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)