Skip to content

Commit 9fa57ee

Browse files
fhagemannoschulz
authored andcommitted
Improve Downgrade workflow
1 parent d210f31 commit 9fa57ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Downgrade.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- uses: julia-actions/julia-downgrade-compat@v2
2525
# if: ${{ matrix.version == '1.6' }}
2626
with:
27+
julia_version: ${{ matrix.version }}
28+
mode: alldeps
2729
skip: Pkg,TOML
2830
- uses: julia-actions/julia-buildpkg@v1
2931
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)