From 74d0ed0b87fcf6ba5b7996bfa6e331988a91ad90 Mon Sep 17 00:00:00 2001 From: Thomas Zoechling Date: Mon, 2 Sep 2024 17:48:39 +0200 Subject: [PATCH] Reduce Linux test matrix --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 19520096..249a1ace 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -32,12 +32,12 @@ jobs: Linux: strategy: matrix: - tag: ['5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8', '5.9', '5.10'] + tag: ['5.7', '5.8', '5.9', '5.10'] runs-on: ubuntu-latest container: image: swift:${{ matrix.tag }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: swift test -c release -Xswiftc -enable-testing Coverage: