We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546ec74 commit 70bd906Copy full SHA for 70bd906
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
matrix:
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]
+ swift-version: ['5.6', '5.7', '5.8', '5.9', '5.10']
28
runs-on: ubuntu-20.04
29
steps:
30
- uses: actions/checkout@v4
0 commit comments