From ec2fd2b578ad5904282000ed0639ec147b1c9f3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20M=C3=B8yner?= Date: Mon, 29 Jan 2024 11:14:19 +0100 Subject: [PATCH] Bump compat to 1.8 due to eachsplit usage --- .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 6c28cb7..d8d9355 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,7 +24,7 @@ jobs: matrix: version: - '1.10' - - '1.7' + - '1.8' - 'nightly' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index deb553c..68696bb 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.7" +julia = "1.8" DelimitedFiles = "1.6.7" Jutul = "0.2.20" LinearAlgebra = "1"