Skip to content

Commit e3ed720

Browse files
committed
add compatchecker comment
1 parent d4fc2c4 commit e3ed720

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CompatCheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
strategy:
2222
matrix:
2323
downgrade_mode: ['deps']
24+
# TODO: this should be ['1.10', '1'] but that is currently broken:
25+
# https://github.com/julia-actions/julia-downgrade-compat/issues/25
2426
julia-version: ['1.10', '1.12']
2527
steps:
2628
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)