Skip to content

Release prep: bump version to 0.3.9 #66

Release prep: bump version to 0.3.9

Release prep: bump version to 0.3.9 #66

Workflow file for this run

name: Downgrade
on:
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
push:
branches:
- main
paths-ignore:
- 'docs/**'
jobs:
downgrade:
uses: "SciML/.github/.github/workflows/downgrade.yml@v1"
with:
julia-version: "lts"
# Downgrade the test project too: its deps (Optimization/Zygote/ForwardDiff)
# have floors that pull transitive deps (SciMLBase) far above the package's
# own minima, so pinning only the root project leaves an unsatisfiable env.
projects: ".,test"
secrets: "inherit"