File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed 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 : latest
4
+ - julia_version : 1.1
5
+ - julia_version : 1.2
6
+ - julia_version : nightly
5
7
6
8
platform :
7
9
- x86
8
10
- x64
9
11
10
12
matrix :
11
13
allow_failures :
12
- - julia_version : latest
14
+ - julia_version : nightly
13
15
14
16
branches :
15
17
only :
Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ include:
5
5
- ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/common.yml'
6
6
- ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_v1.0.yml'
7
7
- ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_v1.1.yml'
8
+ - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_v1.2.yml'
9
+ - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_v1.3.yml'
8
10
- ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_dev.yml'
9
- - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/coverage_v1.1 .yml'
11
+ - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/coverage_v1.2 .yml'
10
12
11
13
test:dev :
12
14
allow_failure : true
@@ -18,7 +20,7 @@ coverage:
18
20
19
21
cuarrays :
20
22
stage : test
21
- image : " juliagpu/julia:v1.1 -cuda"
23
+ image : " juliagpu/julia:v1.2 -cuda"
22
24
script :
23
25
- mkdir $JULIA_DEPOT_PATH # Pkg3.jl#325
24
26
- julia -e 'using Pkg;
You can’t perform that action at this time.
0 commit comments