From c137d25c3e5b3b9fec593aca90123cda860f24da Mon Sep 17 00:00:00 2001 From: Marco Matthies <71844+marcom@users.noreply.github.com> Date: Tue, 20 Jun 2023 12:42:43 +0200 Subject: [PATCH] Increase minimum julia version to 1.9 --- .github/workflows/CI.yml | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4ff97bd..1dc0433 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: version: - - '1.7' + - '1.9' - '1' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index 217f829..6d046d4 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ LinearPartition_jll = "= 1.0.0" LinearSampling_jll = "= 1.0.0" LinearTurboFold_jll = "= 0.0.1" Unitful = "1.11" -julia = "1.7" +julia = "1.9" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"