File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 test :
11- name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
11+ name : Julia ${{ matrix.version }} - ${{ matrix.os }}
1212 runs-on : ${{ matrix.os }}
1313 strategy :
1414 fail-fast : false
1515 matrix :
1616 version :
17- - ' 1.0 ' # oldest supported Julia version
18- - ' 1.6 ' # Julia LTS
17+ - ' min ' # oldest supported Julia version
18+ - ' lts ' # Julia LTS
1919 - ' 1' # stable Julia release
2020 - ' nightly'
2121 os :
2222 - ubuntu-latest
23- arch :
24- - x64
2523 steps :
2624 - uses : actions/checkout@v5
2725 - uses : julia-actions/setup-julia@v2
2826 with :
2927 version : ${{ matrix.version }}
30- arch : ${{ matrix.arch }}
3128 - uses : julia-actions/cache@v2
3229 - uses : julia-actions/julia-buildpkg@v1
3330 - uses : julia-actions/julia-runtest@v1
You can’t perform that action at this time.
0 commit comments