Skip to content

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

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

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

Workflow file for this run

name: Downgrade
on:
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
downgrade:
name: "Downgrade"
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
with:
group: "Core"
secrets: "inherit"