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:
runs-on: ubuntu-latest
container:
image: swift:5.7
image: swift:5.8
steps:
- name: Checkout
uses: actions/checkout@v3

View File

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