From 0ac91de19a4d087282c429ececf9bbd151c01b13 Mon Sep 17 00:00:00 2001 From: Peter Simon Date: Sat, 16 Nov 2024 17:59:21 -0800 Subject: [PATCH] Add Julia 1.11 to CI --- .github/workflows/CI.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b07c855f..8a5baeda 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -14,8 +14,9 @@ jobs: fail-fast: false matrix: version: - - '1.10' - os: + - '1.10' + - '1.11' + os: - ubuntu-latest - macOS-latest - windows-latest