Skip to content

Commit

Permalink
also downgrade test/Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Feb 18, 2024
1 parent 000a913 commit 4282614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- uses: julia-actions/julia-downgrade-compat@v1
with:
skip: LinearAlgebra,Printf,SparseArrays,DiffEqBase
projects: ., test
- uses: julia-actions/julia-buildpkg@v1
env:
PYTHON: ""
Expand Down
4 changes: 2 additions & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.8"
CairoMakie = "0.6, 0.7, 0.8, 0.9, 0.10"
CairoMakie = "0.10"
Downloads = "1"
ForwardDiff = "0.10"
LinearAlgebra = "1"
MPI = "0.20"
OrdinaryDiffEq = "6.49.1"
Plots = "1.16"
Plots = "1.19"
Printf = "1"
Random = "1"
Test = "1"
Expand Down

0 comments on commit 4282614

Please sign in to comment.