Swift 5.8

This commit is contained in:
Adam Fowler
2023-04-10 10:21:02 +01:00
parent 85114c9ecb
commit 6e08bcf4d2
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ jobs:
linux: linux:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: swift:5.7 image: swift:5.8
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3

View File

@@ -39,9 +39,9 @@ jobs:
strategy: strategy:
matrix: matrix:
image: image:
- 'swift:5.5'
- 'swift:5.6' - 'swift:5.6'
- 'swift:5.7' - 'swift:5.7'
- 'swift:5.8'
container: container:
image: ${{ matrix.image }} image: ${{ matrix.image }}