Skip to content

Commit 86cd98f

Browse files
authored
Add swift 5.4 to CI
1 parent 2252dcf commit 86cd98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
image: ['swift:5.1', 'swift:5.2', 'swift:5.3']
21+
image: ['swift:5.1', 'swift:5.2', 'swift:5.3', 'swift:5.4']
2222
container:
2323
image: ${{ matrix.image }}
2424
steps:

0 commit comments

Comments
 (0)