From ac7bd619e4df926490d2b06c396c5072e7b1dd19 Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Tue, 8 Apr 2025 18:35:55 +1200 Subject: [PATCH 1/2] ci: update Julia versions in 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 8dd0a6129..9a43e91f5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,8 +24,8 @@ jobs: matrix: version: - "1.6" - - "1.8" - - "1.9" + - "1.10" + - "1" - "nightly" os: - ubuntu-latest From 867d269f9b2db34fadeea1397a653ab2160c026b Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Tue, 8 Apr 2025 18:40:33 +1200 Subject: [PATCH 2/2] Update CI.yml --- .github/workflows/CI.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9a43e91f5..1281256a0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,6 +22,9 @@ jobs: strategy: fail-fast: false matrix: + # Run the CI on: lowest supported, LTS, latest, and nightly. + # Note that we can't run too many parallel CI jobs, since the live + # tests will run into the platform job limit. version: - "1.6" - "1.10"