From 3d4437009a62a95f6002261b433207de8a463ac0 Mon Sep 17 00:00:00 2001 From: William Thompson Date: Wed, 12 Jun 2024 13:15:04 -0700 Subject: [PATCH] Only test on Julia 1.9+ --- .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 6743401c..381d3122 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: version: - - '1.6' # Minimum Julia version that the package supports. + - '1.9' # Minimum Julia version that the package supports. - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. - 'nightly' os: