From 0a4d523aea294fbae3f55cfc47f88352ada3a325 Mon Sep 17 00:00:00 2001 From: Paulito Palmes Date: Thu, 22 Aug 2024 22:56:07 +0100 Subject: [PATCH] Update ci.yml --- .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 a9eb7b8..b12b00e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: version: - - '1.8' + - '1.6' - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. - 'nightly' python: [3.9]