Skip to content

Commit

Permalink
Better solution than specifying a patch version!
Browse files Browse the repository at this point in the history
Co-authored-by: Sven A. Schmidt <[email protected]>
  • Loading branch information
daveverwer and finestructure authored Jul 22, 2024
1 parent 546ec74 commit 70bd906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
# We don't need anything specific in 5.10.1, but 5.10 collapses to 5.1 when `swift-setup` runs.
swift-version: [5.6, 5.7, 5.8, 5.9, 5.10.1]
swift-version: ['5.6', '5.7', '5.8', '5.9', '5.10']
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 70bd906

Please sign in to comment.