Skip to content

Commit

Permalink
Merge pull request #142 from ArnoStrouwen/downgrade
Browse files Browse the repository at this point in the history
Downgrade CI
  • Loading branch information
ChrisRackauckas authored Jan 1, 2024
2 parents 5dd62ae + bf13a2d commit 36b7c69
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 6 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:
- main
paths-ignore:
- 'docs/**'
push:
branches:
- main
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
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"

[compat]
Aqua = "0.8"
CSV = "0.10"
CSV = "0.10.5"
Catalyst = "13"
DataFrames = "1"
ModelingToolkit = "8"
OrdinaryDiffEq = "6"
Plots = "1"
ModelingToolkit = "8.51"
OrdinaryDiffEq = "6.42"
Plots = "1.11"
SBML = "1.4.4"
SBMLToolkitTestSuite = "0.0.3"
SafeTestsets = "0.1"
Sundials = "4"
Sundials = "4.14"
SymbolicUtils = "1"
Downloads = "1"
Test = "1"
julia = "1.9"
julia = "1.10"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

0 comments on commit 36b7c69

Please sign in to comment.