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 9
9
10
10
jobs :
11
11
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 }}
13
13
runs-on : ${{ matrix.os }}
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- julia-version : ['1.0 ', '1', 'nightly']
17
+ julia-version : ['1.3 ', '1', 'nightly']
18
18
julia-arch : [x64, x86]
19
19
os : [ubuntu-latest, windows-latest, macOS-latest]
20
20
exclude :
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
9
9
ZipFile = " a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
10
10
11
11
[compat ]
12
- julia = " 1.0 "
12
+ julia = " 1.3 "
13
13
HTTP = " ^0.9.0"
14
14
ZipFile = " ^0.9.3"
You can’t perform that action at this time.
0 commit comments