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 2252dcf commit 86cd98fCopy full SHA for 86cd98f
.github/workflows/swift.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
strategy:
20
matrix:
21
- image: ['swift:5.1', 'swift:5.2', 'swift:5.3']
+ image: ['swift:5.1', 'swift:5.2', 'swift:5.3', 'swift:5.4']
22
container:
23
image: ${{ matrix.image }}
24
steps:
0 commit comments