File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Downgrade
2+ on :
3+ pull_request :
4+ branches :
5+ - master
6+ paths-ignore :
7+ - ' docs/**'
8+ - ' benchmark/**'
9+ push :
10+ branches :
11+ - master
12+ paths-ignore :
13+ - ' docs/**'
14+ - ' benchmark/**'
15+ jobs :
16+ test :
17+ runs-on : ubuntu-latest
18+ strategy :
19+ matrix :
20+ downgrade_mode : ['alldeps']
21+ julia-version : ['1.10']
22+ group : ['InterfaceI']
23+ steps :
24+ - uses : actions/checkout@v4
25+ - uses : julia-actions/setup-julia@v2
26+ with :
27+ version : ${{ matrix.julia-version }}
28+ - uses : julia-actions/julia-downgrade-compat@v2
29+ with :
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 }}
You can’t perform that action at this time.
0 commit comments