Skip to content

Commit 7009e03

Browse files
Merge pull request #211 from ChrisRackauckas-Claude/downgrade-ci-reenable
Re-enable downgrade CI with genuine test-at-floor (allow_reresolve: false)
2 parents 642f609 + 4bcf692 commit 7009e03

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ on:
1313

1414
jobs:
1515
downgrade:
16-
if: false # Disabled: waiting on SciML ecosystem updates. See #193 for details.
1716
name: "Downgrade"
1817
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
1918
with:
2019
julia-version: "1.10"
2120
skip: "Pkg,TOML"
21+
allow-reresolve: false
2222
secrets: "inherit"

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
2222
SteadyStateDiffEq = "9672c7b4-1e72-59bd-8a11-6ac3964bc41f"
2323

2424
[compat]
25-
ADTypes = "1"
25+
ADTypes = "1.14.0"
2626
Aqua = "0.8"
2727
ChainRulesCore = "1"
2828
CommonSolve = "0.2"
2929
ConcreteStructs = "0.2"
30-
DiffEqBase = "6.119, 7.0"
30+
DiffEqBase = "6.176.0, 7.0"
3131
Documenter = "1"
3232
ExplicitImports = "1"
3333
FastClosures = "0.3"
@@ -46,13 +46,13 @@ NonlinearSolve = "4"
4646
NonlinearSolveBase = "1.5, 2"
4747
OrdinaryDiffEq = "6.74, 7"
4848
Pkg = "1.10"
49-
PrecompileTools = "1"
49+
PrecompileTools = "1.2.1"
5050
Random = "1.10"
5151
SciMLBase = "2, 3.3"
5252
SciMLSensitivity = "7.43"
5353
StableRNGs = "1"
5454
Static = "1"
55-
SteadyStateDiffEq = "2.3"
55+
SteadyStateDiffEq = "2.5.0"
5656
Test = "1.10"
5757
Zygote = "0.7"
5858
julia = "1.10"

0 commit comments

Comments
 (0)