Skip to content

Commit 36f2054

Browse files
committed
tests run on julia v1.4
1 parent aa2cf3b commit 36f2054

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ julia:1.0:
1717
- nvidia
1818

1919
# the "primary" target, where we require a new GPU to make sure all tests are run
20-
julia:1.3:
20+
julia:1.4:
2121
image: juliagpu/cuda:10.1-cudnn7-cutensor1-devel-ubuntu18.04
2222
extends:
23-
- .julia:1.3
23+
- .julia:1.4
2424
- .test
2525
tags:
2626
- nvidia
@@ -31,5 +31,5 @@ julia:1.3:
3131
# other tasks
3232
coverage:
3333
extends:
34-
- .julia:1.3
34+
- .julia:1.4
3535
- .coverage

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ os:
66

77
julia:
88
- 1.0
9-
- 1.3
9+
- 1.4
1010
- nightly
1111

1212
matrix:
@@ -20,7 +20,7 @@ matrix:
2020
jobs:
2121
include:
2222
- stage: "Documentation"
23-
julia: 1.3
23+
julia: 1.4
2424
os: linux
2525
script:
2626
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 1.0
4-
- julia_version: 1.3
4+
- julia_version: 1.4
55
- julia_version: nightly
66

77
platform:

0 commit comments

Comments
 (0)