Skip to content

ci: uniformize onto centralized CI (project-model SublibraryCI + clea… #1

ci: uniformize onto centralized CI (project-model SublibraryCI + clea…

ci: uniformize onto centralized CI (project-model SublibraryCI + clea… #1

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: "1.10"
group: "Core"
# SymbolicAnalysis skipped: 0.3.x doesn't support Symbolics 7 (required by ModelingToolkit 11)
skip: "Pkg,TOML,LinearAlgebra,Logging,Printf,Random,SparseArrays,Test,SymbolicAnalysis"
allow-reresolve: false
secrets: "inherit"