From 2af99ca3cb3104861fc686e4931f7b6d0acca19a Mon Sep 17 00:00:00 2001 From: Tommy Hofmann Date: Sat, 19 Oct 2024 00:31:04 +0200 Subject: [PATCH] ci: remove 1.9, add 1.11 (#1654) --- .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