File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,18 @@ permissions:
1717 contents : read
1818jobs :
1919 test :
20- name : Julia ${{ matrix.machine. version }} - ${{ matrix.machine. os }}-${{ matrix.machine .arch }}
21- runs-on : ${{ matrix.machine. os }}
20+ name : Julia ${{ matrix.version }} - ${{ matrix.os }}-${{ matrix.arch }}
21+ runs-on : ${{ matrix.os }}
2222 strategy :
2323 fail-fast : false
2424 matrix :
25- machine :
25+ include :
2626 - version : ' nightly'
2727 os : ubuntu-latest
2828 arch : x64
29+ - version : ' 1.10'
30+ os : ubuntu-latest
31+ arch : x64
2932 - version : ' 1'
3033 os : ubuntu-latest
3134 arch : x64
3942 - uses : actions/checkout@v4
4043 - uses : julia-actions/setup-julia@v2
4144 with :
42- version : ${{ matrix.machine. version }}
43- arch : ${{ matrix.machine. arch }}
45+ version : ${{ matrix.version }}
46+ arch : ${{ matrix.arch }}
4447 - uses : julia-actions/cache@v1
4548 - uses : julia-actions/julia-buildpkg@v1
4649 - uses : julia-actions/julia-runtest@v1
You can’t perform that action at this time.
0 commit comments