File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ julia:1.0:
17
17
- nvidia
18
18
19
19
# the "primary" target, where we require a new GPU to make sure all tests are run
20
- julia:1.3 :
20
+ julia:1.4 :
21
21
image : juliagpu/cuda:10.1-cudnn7-cutensor1-devel-ubuntu18.04
22
22
extends :
23
- - .julia:1.3
23
+ - .julia:1.4
24
24
- .test
25
25
tags :
26
26
- nvidia
@@ -31,5 +31,5 @@ julia:1.3:
31
31
# other tasks
32
32
coverage :
33
33
extends :
34
- - .julia:1.3
34
+ - .julia:1.4
35
35
- .coverage
Original file line number Diff line number Diff line change 6
6
7
7
julia :
8
8
- 1.0
9
- - 1.3
9
+ - 1.4
10
10
- nightly
11
11
12
12
matrix :
@@ -20,7 +20,7 @@ matrix:
20
20
jobs :
21
21
include :
22
22
- stage : " Documentation"
23
- julia : 1.3
23
+ julia : 1.4
24
24
os : linux
25
25
script :
26
26
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
3
- julia_version : 1.0
4
- - julia_version : 1.3
4
+ - julia_version : 1.4
5
5
- julia_version : nightly
6
6
7
7
platform :
You can’t perform that action at this time.
0 commit comments