From 285bae854858b752549a994e6994bb26a157625f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Thu, 24 Oct 2024 12:12:50 +0200 Subject: [PATCH] CI: stop testing against Julia 1.9 (#1915) --- .github/workflows/CI.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5de4fecd2..e215f653a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,9 +26,8 @@ jobs: matrix: julia-version: - '1.6' - - '1.9' # to be removed in the near future - '1.10' - - '1.11-nightly' + - '1.11' - 'nightly' os: - ubuntu-latest