Skip to content

Commit 70bd906

Browse files
Better solution than specifying a patch version!
Co-authored-by: Sven A. Schmidt <[email protected]>
1 parent 546ec74 commit 70bd906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
# 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]
27+
swift-version: ['5.6', '5.7', '5.8', '5.9', '5.10']
2828
runs-on: ubuntu-20.04
2929
steps:
3030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)