From 59668c0703aecb8c6f359c3771538e21b66dcdb3 Mon Sep 17 00:00:00 2001 From: Satoshi Terasaki Date: Sun, 28 Apr 2024 11:01:52 +0900 Subject: [PATCH] Update CI matrix with Julia 1.9 and 1.10 versions --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e16a78e..57d0223 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,8 +26,8 @@ jobs: matrix: version: - '1.6' - - '1.7' - - '1.8' + - '1.9' + - '1.10' os: - ubuntu-latest arch: