From aa058605862b6abe678c31a25fc33e627a299b0e Mon Sep 17 00:00:00 2001 From: Felipe Noronha Date: Sat, 19 Oct 2024 03:12:07 -0300 Subject: [PATCH] add Julia v1.9 to CI matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a2d605..806961a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: version: - '1.6' - '1.7' + - '1.9' - '1.10' - '1' # automatically expands to the latest stable 1.x release of Julia - 'nightly'