From f206ad81b55e57fc7d38f343c9988435e780f287 Mon Sep 17 00:00:00 2001 From: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com> Date: Mon, 19 Feb 2024 08:39:59 +0100 Subject: [PATCH] Downgrade action moved (#90) * downgrade action moved * bump compat of Plots --- .github/workflows/Downgrade.yml | 3 ++- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 53818a91..336bfdef 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -48,9 +48,10 @@ jobs: arch: ${{ matrix.arch }} - run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)' - uses: julia-actions/cache@v1 - - uses: cjdoris/julia-downgrade-compat-action@v1 + - uses: julia-actions/julia-downgrade-compat@v1 with: skip: LinearAlgebra,Printf,SparseArrays + projects: ., test - uses: julia-actions/julia-buildpkg@v1 env: PYTHON: "" diff --git a/test/Project.toml b/test/Project.toml index cdb84b7a..79505b70 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -9,7 +9,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Aqua = "0.7, 0.8" OrdinaryDiffEq = "6.49.1" -Plots = "1.16" +Plots = "1.23" SparseArrays = "1" SummationByPartsOperators = "0.5.41" Test = "1"