Skip to content

Commit 1d50c27

Browse files
Merge pull request #113 from ChrisRackauckas-Claude/downgrade-ci-reenable
Re-enable downgrade CI with genuine test-at-floor (allow_reresolve: false)
2 parents fd80a63 + 345611f commit 1d50c27

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212
- 'docs/**'
1313
jobs:
1414
test:
15-
if: false # Disabled: waiting on dependency updates. See #100 for tracking.
1615
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
1716
with:
1817
julia-version: "1.10"
1918
skip: "Pkg,TOML"
19+
allow-reresolve: false
2020
secrets: "inherit"

Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1313
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1414

1515
[compat]
16-
DiffEqBase = "6.122, 7"
16+
DiffEqBase = "6.194.0, 7"
1717
ExplicitImports = "1.14.0"
1818
JLArrays = "0.1, 0.2, 0.3"
19-
MuladdMacro = "0.2"
20-
OrdinaryDiffEq = "6, 7"
19+
MuladdMacro = "0.2.4"
20+
OrdinaryDiffEq = "6.106.0, 7"
2121
Parameters = "0.12"
22-
RecursiveArrayTools = "2, 3, 4"
23-
Reexport = "0.2, 1.0"
24-
StaticArrays = "0.10, 0.11, 0.12, 1.0"
22+
RecursiveArrayTools = "3.37.0, 4"
23+
Reexport = "1.2.2"
24+
StaticArrays = "1.9.14"
2525
julia = "1.6"
2626

2727
[extras]

0 commit comments

Comments
 (0)