From 56730a0feaa9c60cb60513663bc9313c3a9c9dc1 Mon Sep 17 00:00:00 2001 From: Gabriele Bozzola Date: Tue, 2 Jan 2024 15:50:17 -0800 Subject: [PATCH] Add julia 1.9 and 1.10 to CI (#63) * Add more recent versions of julia in CI --------- Co-authored-by: Simon Byrne --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b707f5..0a01a76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: matrix: version: - '1.7.3' + - '1.9' + - '1.10' os: - ubuntu-latest - macOS-latest