From e525b61efd73ab2d5ff47b14145921c6ea2ca780 Mon Sep 17 00:00:00 2001 From: Joris Kraak Date: Sun, 25 Feb 2024 14:15:33 +0100 Subject: [PATCH] ci: test on the most recent Julia version (v1.10) The package aims to be compatible with the most up-to-date version of Julia and the current LTS. The CI infrastructure has not reflected this for some time resulting in issues like #48 going by unnnoticed. --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fa5c896..c668cfd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: matrix: version: - '1.6' - - '1.7' + - '1.10' os: - ubuntu-latest - macOS-latest