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 63c74fa commit ff61df6Copy full SHA for ff61df6
.github/workflows/build.yml
@@ -76,7 +76,7 @@ jobs:
76
runs-on: ubuntu-20.04
77
strategy:
78
matrix:
79
- swift: ["5.5", "5.6"]
+ swift: ["5.4", "5.5", "5.6"]
80
steps:
81
- uses: swift-actions/setup-swift@v1
82
with:
0 commit comments