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 941f328 commit f5c7fb5Copy full SHA for f5c7fb5
.github/workflows/swift.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-latest
28
strategy:
29
matrix:
30
- image: ['swift:5.1', 'swift:5.4', 'swift:5.5', 'swift:5.6', 'swift:5.7']
+ image: ['swift:5.7', 'swift:5.8', 'swift:5.9']
31
container:
32
image: ${{ matrix.image }}
33
steps:
0 commit comments