From ea277c66e9a3449a577cc12a854bf37b4216defc Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 19 Jul 2024 15:11:11 +0200 Subject: [PATCH] Test against Julia 1.11-rc1 (#816) ... and stop testing against 1.9 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 598034156..cebd601c4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,8 +24,8 @@ jobs: matrix: julia-version: - '1.6' - - '1.9' # to be removed in the near future - '1.10' + - '~1.11.0-0' - 'nightly' os: - ubuntu-latest