File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 test :
12- name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
12+ name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.julia- arch }} - ${{ github.event_name }}
1313 runs-on : ${{ matrix.os }}
1414 strategy :
1515 fail-fast : false
1616 matrix :
17- julia-version : ['1.0 ', '1', 'nightly']
17+ julia-version : ['1.3 ', '1', 'nightly']
1818 julia-arch : [x64, x86]
1919 os : [ubuntu-latest, windows-latest, macOS-latest]
2020 exclude :
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
99ZipFile = " a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
1010
1111[compat ]
12- julia = " 1.0 "
12+ julia = " 1.3 "
1313HTTP = " ^0.9.0"
1414ZipFile = " ^0.9.3"
You can’t perform that action at this time.
0 commit comments