From f6ffd1eeec2bf94b41edaee9ae64d8617ae98eec Mon Sep 17 00:00:00 2001 From: Will Kimmerer Date: Mon, 19 Sep 2022 11:46:15 -0400 Subject: [PATCH] min v1.7? --- .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 538ffbd1..ec30cba0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: version: - - '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.7' # 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 d680c563..5190495f 100644 --- a/Project.toml +++ b/Project.toml @@ -25,6 +25,6 @@ Preferences = "1" SSGraphBLAS_jll = "7.2" SpecialFunctions = "2" StorageOrders = "0.2" -julia = "1.6" +julia = "1.7" KLU = "0.4"