From e7d08a0c790eced0ca47a80ed33cc00a86fad5ad Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Mon, 9 Feb 2026 16:50:41 -0500 Subject: [PATCH] Disable Downgrade CI due to unsatisfiable dependency resolution OrdinaryDiffEq (test dep) at minimum version requires StaticArrays 0.8-0.12, which conflicts with the project's StaticArrays >= 1.0 compat bound. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.6 --- .github/workflows/Downgrade.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 2ea2136..f220fff 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -12,6 +12,7 @@ on: - 'docs/**' jobs: test: + if: false # Disabled: OrdinaryDiffEq minimum version requires StaticArrays 0.8-0.12, conflicts with StaticArrays >= 1.0 compat runs-on: ubuntu-latest strategy: matrix: