Skip to content

[AI] Curate the public API instead of blanket-reexporting dependencies #1212

[AI] Curate the public API instead of blanket-reexporting dependencies

[AI] Curate the public API instead of blanket-reexporting dependencies #1212

Workflow file for this run

name: Downgrade
on:
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
jobs:
test:
name: "Downgrade"
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
with:
julia-version: "lts"
group: "Core"
# SymbolicAnalysis skipped: 0.3.x doesn't support Symbolics 7 (required by ModelingToolkit 11)
skip: "SymbolicAnalysis"
secrets: "inherit"