File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Downgrade
22on :
33 pull_request :
44 branches :
5- - main
5+ - master
66 paths-ignore :
77 - ' docs/**'
88 push :
@@ -15,15 +15,22 @@ jobs:
1515 runs-on : ubuntu-latest
1616 strategy :
1717 matrix :
18- version : ['1']
18+ group :
19+ - Core
20+ downgrade_mode : ['alldeps']
21+ julia-version : ['1.10']
1922 steps :
2023 - uses : actions/checkout@v4
2124 - uses : julia-actions/setup-julia@v2
2225 with :
23- version : ${{ matrix.version }}
24- - uses : julia-actions/julia-downgrade-compat@v1
26+ version : ${{ matrix.julia- version }}
27+ - uses : julia-actions/julia-downgrade-compat@v2
2528# if: ${{ matrix.version == '1.6' }}
2629 with :
2730 skip : Pkg,TOML
2831 - uses : julia-actions/julia-buildpkg@v1
2932 - uses : julia-actions/julia-runtest@v1
33+ with :
34+ ALLOW_RERESOLVE : false
35+ env :
36+ GROUP : ${{ matrix.group }}
You can’t perform that action at this time.
0 commit comments