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 - main
paths: paths:
- '**.swift' - '**.swift'
- '**.yml'
pull_request: pull_request:
branches: branches:
- main - main
paths: paths:
- '**.swift' - '**.swift'
- '**.yml'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@@ -37,10 +39,10 @@ jobs:
matrix: matrix:
image: image:
- 'swift:5.4-bionic' - 'swift:5.4-bionic'
- 'swift:5.4-focal' - 'swift:5.5-bionic'
- 'swift:5.4-amazonlinux2' - 'swift:5.5-focal'
- 'swift:5.4-centos8' - 'swift:5.5-amazonlinux2'
- 'swiftlang/swift:nightly-5.5-focal' - 'swift:5.5-centos8'
container: container:
image: ${{ matrix.image }} image: ${{ matrix.image }}