Skip to content

Commit 21156ec

Browse files
authored
Fix Downgrade CI by requiring newer versions of (test) dependencies (#198)
* Fix Downgrade CI by requiring UnicodePlots version 3 for tests * set allow_reresolve to false for Downgrade * require newer versions of LaTeXStrings.jl and Plots.jl * Require RecibesBase.jl v1.2 * update Plots.jl and RecipesBase.jl * reuire new version of Latexify.jl * require new version of Latexify.jl * bump LaTeXStrings.jl
1 parent f9d7e68 commit 21156ec

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- uses: julia-actions/julia-buildpkg@v1
2929
- uses: julia-actions/julia-runtest@v1
3030
with:
31-
ALLOW_RERESOLVE: false
31+
allow_reresolve: false

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1717
PlotsExt = "Plots"
1818

1919
[compat]
20-
LaTeXStrings = "1"
21-
Latexify = "0.15, 0.16"
20+
LaTeXStrings = "1.2"
21+
Latexify = "0.16.8"
2222
LinearAlgebra = "1"
23-
Plots = "1"
23+
Plots = "1.39"
2424
Preferences = "1.3"
25-
RecipesBase = "1"
25+
RecipesBase = "1.3.1"
2626
julia = "1.10"
2727

2828
[extras]

test/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
88

99
[compat]
1010
Aqua = "0.8"
11-
LaTeXStrings = "1"
12-
Plots = "1"
11+
LaTeXStrings = "1.2"
12+
Plots = "1.39"
1313
StaticArrays = "1.3"
14-
UnicodePlots = "2, 3"
14+
UnicodePlots = "3"

0 commit comments

Comments
 (0)