Skip to content

Commit

Permalink
Merge pull request #20 from Bouke/swift-5.4
Browse files Browse the repository at this point in the history
Test against Swift 5.4
  • Loading branch information
Bouke authored Jul 2, 2021
2 parents a702cfc + 73e06b6 commit 2abae09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
swift: ['5.1', '5.2', '5.3']
swift: ['5.1.5', '5.2.5', '5.3.3', '5.4.2']
steps:
- uses: actions/checkout@v2
- name: Setup Swift ${{ matrix.swift }}
Expand Down

0 comments on commit 2abae09

Please sign in to comment.