From d03d82721762a5a1fbe600a2c2e43ae32211a781 Mon Sep 17 00:00:00 2001 From: Tommy Hofmann Date: Fri, 18 Oct 2024 21:28:36 +0200 Subject: [PATCH] ci: remove 1.9, add 1.11 --- .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 9e6b171acb..c946a2d90f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,8 +27,8 @@ jobs: matrix: julia-version: - '1.6' - - '1.9' # to be removed in the near future - - '1.10' + - '1.10' # to be removed in the near future + - '1.11' - 'nightly' os: - ubuntu-latest