Update to swift 5.5 docker in CI

This commit is contained in:
Adam Fowler
2021-09-22 10:07:09 +01:00
parent e544cd568e
commit ba7cbfbb09

View File

@@ -6,11 +6,13 @@ on:
- main
paths:
- '**.swift'
- '**.yml'
pull_request:
branches:
- main
paths:
- '**.swift'
- '**.yml'
workflow_dispatch:
jobs:
@@ -37,10 +39,10 @@ jobs:
matrix:
image:
- 'swift:5.4-bionic'
- 'swift:5.4-focal'
- 'swift:5.4-amazonlinux2'
- 'swift:5.4-centos8'
- 'swiftlang/swift:nightly-5.5-focal'
- 'swift:5.5-bionic'
- 'swift:5.5-focal'
- 'swift:5.5-amazonlinux2'
- 'swift:5.5-centos8'
container:
image: ${{ matrix.image }}