Skip to content

Raise BVProblemLibrary DiffEqBase compat floor to 6.158 (fix downgrade CI) #32

Raise BVProblemLibrary DiffEqBase compat floor to 6.158 (fix downgrade CI)

Raise BVProblemLibrary DiffEqBase compat floor to 6.158 (fix downgrade CI) #32

name: Downgrade Sublibraries
on:
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
downgrade-sublibraries:
uses: "SciML/.github/.github/workflows/sublibrary-downgrade.yml@v1"
secrets: "inherit"
with:
group-env-name: "DIFFEQPROBLEMLIBRARY_TEST_GROUP"
group-env-value: "Core"
# Every lib/* sublibrary is downgrade-tested (projects auto-discovered, no exclusions).