From ba7cbfbb09da105e32c11cbe34ea1dd42dcf8917 Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Wed, 22 Sep 2021 10:07:09 +0100 Subject: [PATCH] Update to swift 5.5 docker in CI --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02ad179..75dc2c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}