Skip to content

Commit 8137e0e

Browse files
Merge pull request #154 from ChrisRackauckas-Claude/downgrade-ci-reenable
Re-enable downgrade CI with genuine test-at-floor (allow_reresolve: false)
2 parents 2f8d1bb + 1c8ffd9 commit 8137e0e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/Downgrade.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
- 'docs/**'
1313
jobs:
1414
test:
15-
if: false # Disabled pending dependency updates - see issue #142
1615
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
1716
with:
1817
julia-version: "1.10"

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1414
TSVD = "9449cd9e-2762-5aa3-a617-5413e99d722e"
1515

1616
[compat]
17-
DocStringExtensions = "0.8, 0.9"
17+
DocStringExtensions = "0.9.5"
1818
LinearAlgebra = "1"
19-
ModelingToolkit = "11"
20-
PrecompileTools = "1"
19+
ModelingToolkit = "11.23.0"
20+
PrecompileTools = "1.2.1"
2121
RandomizedLinAlg = "0.1"
22-
Setfield = "0.8, 1"
22+
Setfield = "1.1.2"
2323
SparseArrays = "1"
24-
TSVD = "0.4"
24+
TSVD = "0.4.4"
2525
julia = "1.10"

test/qa/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
33
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
44
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
55
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
6+
ModelOrderReduction = "207801d6-6cee-43a9-ad0c-f0c64933efa0"
67
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
78

89
[compat]

0 commit comments

Comments
 (0)