File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -2,25 +2,35 @@ name: Downgrade
22on :
33 pull_request :
44 branches :
5- - main
5+ - master
66 paths-ignore :
77 - ' docs/**'
88 push :
99 branches :
10- - main
10+ - master
1111 paths-ignore :
1212 - ' docs/**'
1313jobs :
1414 test :
1515 runs-on : ubuntu-latest
1616 strategy :
1717 matrix :
18- version : ['1.10']
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 : cjdoris/julia-downgrade-compat-action@v1
26+ version : ${{ matrix.julia-version }}
27+ - uses : julia-actions/julia-downgrade-compat@v2
28+ # if: ${{ matrix.version == '1.6' }}
29+ with :
30+ skip : Pkg,TOML
2531 - uses : julia-actions/julia-buildpkg@v1
2632 - 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