From d0f61eac7827b89e1562bada0a223dc2be01d76e Mon Sep 17 00:00:00 2001 From: Reuben Gardos Reid <5456207+ReubenJ@users.noreply.github.com> Date: Fri, 15 Mar 2024 09:01:58 +0100 Subject: [PATCH] Configure CI to test on latest stable Julia version Additionally: bump GitHub checkout action to latest version to address warnings regarding Node 16 use in the v3 version of the action. --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 53f53a8..bf71ad9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,13 +19,14 @@ jobs: matrix: version: - '1.8' + - '1' - 'nightly' os: - ubuntu-latest arch: - x64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }}