Skip to content

Commit 36d4a91

Browse files
Merge pull request #60 from ChrisRackauckas-Claude/downgrade-ci-reenable
Re-enable downgrade CI with genuine test-at-floor (allow_reresolve: false)
2 parents 6d57bc1 + 2d0cf86 commit 36d4a91

2 files changed

Lines changed: 4 additions & 4 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
downgrade:
15-
if: false # Disabled: waiting on dependency updates. See issue for details.
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1616

1717
[compat]
1818
ArrayInterface = "7.5"
19-
ArrayLayouts = "1"
19+
ArrayLayouts = "1.12.2"
2020
BandedMatrices = "1"
2121
ConcreteStructs = "0.2"
2222
LazyArrays = "1, 2"
2323
LinearAlgebra = "1"
24-
MatrixFactorizations = "2, 3"
25-
PrecompileTools = "1"
24+
MatrixFactorizations = "3.1.3"
25+
PrecompileTools = "1.0.1"
2626
Reexport = "1"
2727
julia = "1.10"

0 commit comments

Comments
 (0)