File tree Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change 10
10
- master
11
11
paths-ignore :
12
12
- ' docs/**'
13
- schedule :
14
- - cron : ' 51 14 * * 6'
15
13
jobs :
16
14
test :
17
- runs-on : ${{ matrix.os }}
15
+ runs-on : ubuntu-latest
18
16
strategy :
19
- fail-fast : false
20
17
matrix :
21
18
group :
22
19
- Core
23
- version :
24
- - ' 1'
25
- os :
26
- - ubuntu-latest
27
- - macos-latest
28
- - windows-latest
20
+ downgrade_mode : ['alldeps']
21
+ julia-version : ['1.10']
29
22
steps :
30
23
- uses : actions/checkout@v4
31
24
- uses : julia-actions/setup-julia@v2
32
25
with :
33
- version : ${{ matrix.version }}
34
- - uses : julia-actions/julia-downgrade-compat@v1
26
+ version : ${{ matrix.julia-version }}
27
+ - uses : julia-actions/julia-downgrade-compat@v2
28
+ # if: ${{ matrix.version == '1.6' }}
35
29
with :
36
30
skip : Pkg,TOML
37
- - uses : julia-actions/cache@v2
38
- with :
39
- token : ${{ secrets.GITHUB_TOKEN }}
40
31
- uses : julia-actions/julia-buildpkg@v1
41
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