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.
2 parents b57c6b1 + f28e96f commit 16cf70dCopy full SHA for 16cf70d
.github/workflows/Downgrade.yml
@@ -15,18 +15,22 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- version: ['1']
19
group:
20
- Core
21
- - Downstream
+ downgrade_mode: ['alldeps']
+ julia-version: ['1.10']
22
steps:
23
- uses: actions/checkout@v4
24
- uses: julia-actions/setup-julia@v2
25
with:
26
- version: ${{ matrix.version }}
27
- - uses: julia-actions/julia-downgrade-compat@v1
+ version: ${{ matrix.julia-version }}
+ - uses: julia-actions/julia-downgrade-compat@v2
28
# if: ${{ matrix.version == '1.6' }}
29
30
skip: Pkg,TOML
31
- uses: julia-actions/julia-buildpkg@v1
32
- uses: julia-actions/julia-runtest@v1
33
+ with:
34
+ ALLOW_RERESOLVE: false
35
+ env:
36
+ GROUP: ${{ matrix.group }}
0 commit comments