Skip to content

Commit 4b45d9b

Browse files
Merge pull request #233 from ArnoStrouwen/patch-1
doc and test compat
2 parents 29b0430 + 9c9d5de commit 4b45d9b

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: CompatHelper.main()
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
run: julia -e 'using CompatHelper; CompatHelper.main()'
26+
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs", "test/downstream", "test/gpu"])'

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
44

55
[compat]
66
Documenter = "0.27"
7+
RecursiveArrayTools = "2.32"

test/downstream/Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[deps]
22
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
33
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
4+
5+
[compat]
6+
ModelingToolkit = "8.33"
7+
OrdinaryDiffEq = "6.31"

test/gpu/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[deps]
22
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
3+
4+
[compat]
5+
CUDA = "3.12"

0 commit comments

Comments
 (0)