Skip to content

Commit

Permalink
Test against Swift 5.3 on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Jun 20, 2021
1 parent 0452149 commit 048a13b
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']
swift: ['5.1', '5.2', '5.3']
steps:
- uses: actions/checkout@v2
- name: Setup Swift ${{ matrix.swift }}
Expand Down

0 comments on commit 048a13b

Please sign in to comment.