Skip to content

Commit

Permalink
Add swift 5.4 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored May 14, 2021
1 parent 2252dcf commit 86cd98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
image: ['swift:5.1', 'swift:5.2', 'swift:5.3']
image: ['swift:5.1', 'swift:5.2', 'swift:5.3', 'swift:5.4']
container:
image: ${{ matrix.image }}
steps:
Expand Down

0 comments on commit 86cd98f

Please sign in to comment.