From a3e88db77dafe4a52abcf9b9e38af54bbffef7f6 Mon Sep 17 00:00:00 2001 From: Ricardo Rosa Date: Mon, 25 Nov 2024 21:39:19 -0300 Subject: [PATCH] update julia versions in CI --- .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 7795dde..0d4bd40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,8 @@ jobs: matrix: version: - '1.6' - - '1.9' + - '1.10' + - '1.11' os: - ubuntu-latest # - macOS-latest