Skip to content

Commit

Permalink
Distinguish 5.10 from 5.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
daveverwer committed Jul 22, 2024
1 parent d810c31 commit 546ec74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
run-tests:
strategy:
matrix:
swift-version: [5.6, 5.7, 5.8, 5.9, 5.10]
# 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]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 546ec74

Please sign in to comment.