Swift 5.6

This commit is contained in:
Adam Fowler
2022-03-17 11:23:21 +00:00
parent 90414dfc9f
commit 02d019b632
5 changed files with 9 additions and 24 deletions

View File

@@ -12,12 +12,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: SPM tests
run: swift test --sanitize=thread
run: swift test
linux:
runs-on: ubuntu-latest
strategy:
matrix:
image: ['nightly-5.6-bionic', 'nightly-5.6-focal', 'nightly-5.6-centos8', 'nightly-5.6-amazonlinux2']
image: ['nightly-bionic', 'nightly-focal', 'nightly-centos8', 'nightly-amazonlinux2']
container:
image: swiftlang/swift:${{ matrix.image }}