From cdcb06a41fdf602ad369a3c8c50b490020ff7594 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sun, 24 Nov 2024 20:11:56 -0500 Subject: [PATCH] Try out CI on Julia 1.9 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 872dd67b..b876ffbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: matrix: version: - 'min' + - '1.9' # TODO: Delete this line when finished debugging. - 'lts' - '1' # automatically expands to the latest stable 1.x release of Julia - 'nightly'