Skip to content

Commit bd2550f

Browse files
authored
Update compat (#209)
1 parent 64cf4fb commit bd2550f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
- name: "Run CompatHelper"
2222
run: |
2323
import CompatHelper;
24-
subdirs = ["", "docs", "test", "test/code-quality", "test/gpu"]
25-
CompatHelper.main(;subdirs=subdirs)
24+
CompatHelper.main(;subdirs=[""])
2625
shell: julia --color=yes {0}
2726
env:
2827
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

test/code-quality/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
66

77
[compat]
88
Aqua = "0.8"
9-
JET = "0.9"
9+
JET = "0.9, 0.10"

0 commit comments

Comments
 (0)