From cd898610a31e46c5e3aa3eda7f82d56612460c5f Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Mon, 28 Oct 2024 09:18:40 +0100 Subject: [PATCH] Add 1.11 to CI. --- .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 274d7fde..2d7963ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - version: ['1.9', '1.10'] + version: ['1.10', '1.11'] os: ['ubuntu-latest'] arch: [x64] test_julia: ['']