From 8a776eb38f328945466aafcc5f7447d534b3e625 Mon Sep 17 00:00:00 2001 From: Felipe Noronha Date: Tue, 27 Aug 2024 19:31:14 -0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1edb433..269ac0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,10 @@ jobs: fail-fast: false matrix: version: - - '1.0' + - '1.6' - '1.7' - '1.8' + - '1.9' - '1' # automatically expands to the latest stable 1.x release of Julia - 'nightly' os: