From 340ddbc30bc318e29279cc9b032ef746a52dcb78 Mon Sep 17 00:00:00 2001 From: Oliver Schulz Date: Mon, 16 Sep 2024 14:03:33 +0200 Subject: [PATCH] Lower Julia version requirement to v1.6 --- .github/workflows/ci.yml | 1 + Project.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e12bee..57392a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: fail-fast: false matrix: version: + - '1.6' - '1.10' - '1' - 'pre' diff --git a/Project.toml b/Project.toml index da2bc3e..3615c5f 100644 --- a/Project.toml +++ b/Project.toml @@ -7,4 +7,4 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" [compat] Artifacts = "1" -julia = "1.10" +julia = "1.6"