From 4e59d1655b4ec9923247b6afd2b3e7b1df50691e Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Thu, 4 Jun 2026 08:46:26 -0400 Subject: [PATCH] Re-enable downgrade CI with genuine test-at-floor (allow_reresolve: false) --- .github/workflows/Downgrade.yml | 1 - Project.toml | 28 ++++++++++++++-------------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 5c64e5f..7fb419f 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -12,7 +12,6 @@ on: - 'docs/**' jobs: test: - if: false runs-on: ubuntu-latest strategy: matrix: diff --git a/Project.toml b/Project.toml index b9d9ead..504480a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,25 +1,16 @@ +authors = ["jClugstor and contributors"] name = "BaseModelica" uuid = "a17d5099-185d-4ff5-b5d3-51aa4569e56d" version = "1.8.0" -authors = ["jClugstor and contributors"] - -[deps] -CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab" -DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" -MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078" -ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78" -ModelingToolkitBase = "7771a370-6774-4173-bd38-47e70ca0b839" -ParserCombinator = "fae87a5f-d1ad-5cf0-8f61-c941e1580b46" -PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d" [compat] Aqua = "0.8" CondaPkg = "0.2.33" -DiffEqBase = "6.211.0, 7.5" +DiffEqBase = "7.5" MLStyle = "0.4.17" -ModelingToolkit = "11" -ModelingToolkitBase = "1.16.2" -OrdinaryDiffEq = "6.103, 7" +ModelingToolkit = "11.24.0" +ModelingToolkitBase = "1.34.0" +OrdinaryDiffEq = "7" ParserCombinator = "2" Pkg = "1" PythonCall = "0.9.29" @@ -27,6 +18,15 @@ SafeTestsets = "0.1" Test = "1.10" julia = "1.10" +[deps] +CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab" +DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" +MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078" +ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78" +ModelingToolkitBase = "7771a370-6774-4173-bd38-47e70ca0b839" +ParserCombinator = "fae87a5f-d1ad-5cf0-8f61-c941e1580b46" +PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d" + [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"