From a5910885042dd55336b8492caac3f962c95bda7e Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Mon, 22 Jul 2024 17:46:37 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9ed2bb..8fb3004 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: macOS-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: SPM tests run: | swift --version @@ -26,14 +26,14 @@ jobs: strategy: matrix: tag: - - swift:5.5 - - swift:5.6 - - swift:5.7 + - swift:5.8 + - swift:5.9 + - swift:5.10 container: image: ${{ matrix.tag }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Test run: | swift --version