We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fc2c4 commit e3ed720Copy full SHA for e3ed720
.github/workflows/CompatCheck.yml
@@ -21,6 +21,8 @@ jobs:
21
strategy:
22
matrix:
23
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
26
julia-version: ['1.10', '1.12']
27
steps:
28
- uses: actions/checkout@v5
0 commit comments