Skip to content

Commit f1e26cd

Browse files
Re-enable downgrade CI
The downgrade workflow was disabled. The julia-actions/julia-downgrade-compat tooling issues that affected SciML monorepos are fixed and released in @v2, and this package builds and passes its test suite against the downgraded (minimal compatible) dependency versions. Re-enable the job and use allow_reresolve so the test environment can resolve transitive/test-only dependencies the downgrade step does not lock. Verified locally on Julia 1.11: downgrade resolve + build + test all pass. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 058a993 commit f1e26cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
- uses: julia-actions/julia-buildpkg@v1
3232
- uses: julia-actions/julia-runtest@v1
3333
with:
34-
ALLOW_RERESOLVE: false
34+
allow_reresolve: true
3535
env:
3636
GROUP: ${{ matrix.group }}

0 commit comments

Comments
 (0)