Skip to content

Commit f28e96f

Browse files
Update Downgrade.yml
1 parent b57c6b1 commit f28e96f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/Downgrade.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,22 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
version: ['1']
1918
group:
2019
- Core
21-
- Downstream
20+
downgrade_mode: ['alldeps']
21+
julia-version: ['1.10']
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: julia-actions/setup-julia@v2
2525
with:
26-
version: ${{ matrix.version }}
27-
- uses: julia-actions/julia-downgrade-compat@v1
26+
version: ${{ matrix.julia-version }}
27+
- uses: julia-actions/julia-downgrade-compat@v2
2828
# if: ${{ matrix.version == '1.6' }}
2929
with:
3030
skip: Pkg,TOML
3131
- uses: julia-actions/julia-buildpkg@v1
3232
- uses: julia-actions/julia-runtest@v1
33+
with:
34+
ALLOW_RERESOLVE: false
35+
env:
36+
GROUP: ${{ matrix.group }}

0 commit comments

Comments
 (0)