Project template update

This commit is contained in:
Adam Fowler
2023-03-27 09:47:54 +01:00
parent 48918c1d2a
commit 85114c9ecb
4 changed files with 11 additions and 9 deletions

View File

@@ -10,20 +10,20 @@ jobs:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: SPM tests
run: swift test
linux:
runs-on: ubuntu-latest
strategy:
matrix:
image: ['nightly-bionic', 'nightly-focal', 'nightly-jammy', 'nightly-amazonlinux2']
image: ['nightly-focal', 'nightly-jammy', 'nightly-amazonlinux2']
container:
image: swiftlang/swift:${{ matrix.image }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Test
run: |
swift test --enable-test-discovery