From 20c9ebd611051fc2ef3a811ceda790428cad4d7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 07:49:30 +0200 Subject: [PATCH 1/2] CompatHelper: bump compat for Trixi to 0.9, (keep existing compat) (#41) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 351b1de..b70d087 100644 --- a/Project.toml +++ b/Project.toml @@ -23,5 +23,5 @@ Static = "0.8, 1" StaticArrayInterface = "1.5.1" StaticArrays = "1" StrideArrays = "0.1.28" -Trixi = "0.7, 0.8" +Trixi = "0.7, 0.8, 0.9" julia = "1.9" From 7079c447d2e0acb2f93c355d676c1cac7b60818c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 06:45:39 +0000 Subject: [PATCH 2/2] CompatHelper: bump compat for Trixi to 0.9 for package test, (keep existing compat) (#42) Co-authored-by: CompatHelper Julia Co-authored-by: Hendrik Ranocha --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index c037ade..67ebae1 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -8,4 +8,4 @@ Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb" NLsolve = "4.5.1" OrdinaryDiffEq = "6.53.2" Test = "1" -Trixi = "0.7, 0.8" +Trixi = "0.7, 0.8, 0.9"