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 8e2f2a9 commit df52fbaCopy full SHA for df52fba
.github/workflows/Downgrade.yml
@@ -25,6 +25,8 @@ jobs:
25
version: ${{ matrix.julia-version }}
26
- uses: julia-actions/julia-downgrade-compat@v2
27
with:
28
+ mode: ${{ matrix.downgrade_mode }}
29
+ julia_version: ${{ matrix.julia-version }}
30
skip: Pkg,TOML
31
- uses: julia-actions/julia-buildpkg@v1
32
- uses: julia-actions/julia-runtest@v1
.github/workflows/DowngradeSublibraries.yml
@@ -37,6 +37,8 @@ jobs:
37
38
39
projects: ${{ matrix.project }}
40
41
42
43
44
0 commit comments