File tree Expand file tree Collapse file tree 1 file changed +11
-22
lines changed
Expand file tree Collapse file tree 1 file changed +11
-22
lines changed Original file line number Diff line number Diff line change @@ -2,42 +2,31 @@ 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/**'
13- schedule :
14- - cron : ' 36 13 * * 5'
1513jobs :
1614 test :
17- runs-on : ${{ matrix.os }}
18- env :
19- GROUP : ${{ matrix.group }}
15+ runs-on : ubuntu-latest
2016 strategy :
21- fail-fast : false
2217 matrix :
23- group :
24- - Core
25- version :
26- - ' 1'
27- os :
28- - ubuntu-latest
29- - macos-latest
30- - windows-latest
18+ downgrade_mode : ['alldeps']
19+ julia-version : ['1.10']
3120 steps :
3221 - uses : actions/checkout@v4
3322 - uses : julia-actions/setup-julia@v2
3423 with :
35- version : ${{ matrix.version }}
36- - uses : julia-actions/julia-downgrade-compat@v1
24+ version : ${{ matrix.julia-version }}
25+ - uses : julia-actions/julia-downgrade-compat@v2
26+ # if: ${{ matrix.version == '1.6' }}
3727 with :
3828 skip : Pkg,TOML
39- - uses : julia-actions/cache@v2
40- with :
41- token : ${{ secrets.GITHUB_TOKEN }}
4229 - uses : julia-actions/julia-buildpkg@v1
43- - uses : julia-actions/julia-runtest@v1
30+ - uses : julia-actions/julia-runtest@v1
31+ with :
32+ ALLOW_RERESOLVE : false
You can’t perform that action at this time.
0 commit comments