diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7645ff8..6c28cb7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,7 +24,7 @@ jobs: matrix: version: - '1.10' - - '1.6' + - '1.7' - 'nightly' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index f43fdad..deb553c 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] -julia = "1.6" +julia = "1.7" DelimitedFiles = "1.6.7" Jutul = "0.2.20" LinearAlgebra = "1"