Skip to content

Commit

Permalink
doc and test compat (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStrouwen authored Nov 26, 2022
1 parent 562ac87 commit 6c6d395
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
run: julia -e 'using CompatHelper; CompatHelper.main()'
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs", "test/downstream"])'
2 changes: 2 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"

[compat]
Documenter = "0.27"
ModelingToolkit = "8.35"
SciMLBase = "1.74"
11 changes: 10 additions & 1 deletion test/downstream/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,13 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
BoundaryValueDiffEq = "2.10"
ModelingToolkit = "8.35"
OrdinaryDiffEq = "6.33"
SciMLSensitivity = "7.11"
Sundials = "4.11"
Unitful = "1.12"
Zygote = "0.6"

0 comments on commit 6c6d395

Please sign in to comment.