From 52c8ebfb800be1332372c76e63aca2cd419aaefd Mon Sep 17 00:00:00 2001 From: Matthieu Gomez Date: Thu, 20 Jun 2024 09:30:11 -0400 Subject: [PATCH] up --- .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 fb654d5..dd2638e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: version: - - '1.4' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'. + - '1.6' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'. - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index ee8e439..06191da 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ Distributions = "0.22, 0.23, 0.24, 0.25" FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1" KrylovKit = "0.4, 0.5, 0.6" Roots = "0.8, 1, 2" -julia = "1.4" +julia = "1.6" [extras] Expokit = "a1e7a1ef-7a5d-5822-a38c-be74e1bb89f4"