From 911de5d74b7f4d132a577a87223ed28954fcd7b4 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Thu, 4 Jun 2026 07:05:55 -0400 Subject: [PATCH] Re-enable downgrade CI with genuine test-at-floor (allow_reresolve: false) Re-enables the Downgrade workflow with allow_reresolve: false so the test suite runs at the minimal (downgraded) dependency versions (not a re-resolved set), and raises the [compat] lower bounds (declared deps only) to the minimal mutually-consistent already-released versions needed for the floor set to build and pass tests. Verified locally on Julia 1.10 in a clean depot + fresh registry: resolve + Pkg.test(allow_reresolve=false) pass at the floor with 0 re-resolve. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/Downgrade.yml | 1 - Project.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 515ab30..a9908c5 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -12,7 +12,6 @@ on: - 'docs/**' jobs: downgrade: - if: false uses: "SciML/.github/.github/workflows/downgrade.yml@v1" with: julia-version: "1.10" diff --git a/Project.toml b/Project.toml index 25af0b1..0b4bc69 100644 --- a/Project.toml +++ b/Project.toml @@ -8,7 +8,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" [compat] -RecipesBase = "0.7, 0.8, 1.0" +RecipesBase = "0.8, 1.0" julia = "1.6" [extras]