From f425045d56f75c71493aba77e1b751f69f552e48 Mon Sep 17 00:00:00 2001 From: Lilith Orion Hafner Date: Tue, 2 Jul 2024 12:49:12 -0500 Subject: [PATCH] Run CI on 1.9 and prerelease (#445) * Run CI on 1.9 and prerelease * Bump setup-julia to v2 --- .github/workflows/CI.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 985f9603..cd97e6c2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,7 +23,9 @@ jobs: - '1.6' - '1.7' - '1.8' + - '1.9' - '1' + - 'pre' - 'nightly' os: - ubuntu-latest @@ -65,7 +67,7 @@ jobs: - {os: 'ubuntu-latest', version: '1.8', arch: 'x86'} steps: - uses: actions/checkout@v2 - - uses: julia-actions/setup-julia@v1 + - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} @@ -92,7 +94,7 @@ jobs: fail-fast: false steps: - uses: actions/checkout@v2 - - uses: julia-actions/setup-julia@v1 + - uses: julia-actions/setup-julia@v2 with: version: 1.6 arch: x64