Skip to content

Commit

Permalink
Merge pull request #215 from ArnoStrouwen/downgrade
Browse files Browse the repository at this point in the history
Downgrade CI
  • Loading branch information
ChrisRackauckas authored Dec 26, 2023
2 parents c84eecc + 3119bae commit ce91f9a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 8 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Downgrade
on:
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['1']
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
- uses: cjdoris/julia-downgrade-compat-action@v1
# if: ${{ matrix.version == '1.6' }}
with:
skip: Pkg,TOML
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ DataInterpolationsSymbolicsExt = "Symbolics"

[compat]
Aqua = "0.8"
ChainRulesCore = "0.9.44, 0.10, 1"
FiniteDifferences = "0.12"
ForwardDiff = "0.10"
LinearAlgebra = "1.6"
Optim = "0.19, 0.20, 0.21, 0.22, 1.0"
ChainRulesCore = "1"
FiniteDifferences = "0.12.31"
ForwardDiff = "0.10.13"
LinearAlgebra = "1.9"
Optim = "1.6"
PrettyTables = "2"
QuadGK = "2.9.1"
RecipesBase = "0.8, 1.0"
Reexport = "0.2, 1.0"
RecipesBase = "1.1"
Reexport = "1"
RegularizationTools = "0.6"
StableRNGs = "1"
Symbolics = "4, 5.1"
Symbolics = "4"
Test = "1"
julia = "1.9"

Expand Down

0 comments on commit ce91f9a

Please sign in to comment.