From c1c8cea0a66177b26df61286642c8ea6b10b5f88 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 21 Mar 2024 02:51:02 +0100 Subject: [PATCH] Update CI config --- .github/workflows/CI.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 20f3f5c..31b807c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,8 @@ jobs: matrix: version: - '1.6' - - '~1.7.0-0' + - '1.10' + - '~1.11.0-0' - 'nightly' os: - ubuntu-latest @@ -23,12 +24,12 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v3 + - uses: actions/cache@v4 env: cache-name: cache-artifacts with: