Skip to content

Commit

Permalink
Downgrade action moved (#90)
Browse files Browse the repository at this point in the history
* downgrade action moved

* bump compat of Plots
  • Loading branch information
JoshuaLampert authored Feb 19, 2024
1 parent ac6f2c0 commit f206ad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f206ad8

Please sign in to comment.