We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02be3a commit 3de434aCopy full SHA for 3de434a
.appveyor.yml
@@ -2,6 +2,9 @@ environment:
2
matrix:
3
- julia_version: 1.0
4
- julia_version: 1.1
5
+ - julia_version: 1.2
6
+ - julia_version: 1.3
7
+ - julia_version: 1.4
8
- julia_version: latest
9
10
platform:
.gitlab-ci.yml
@@ -25,6 +25,12 @@ test:1.3:
25
- .test
26
allow_failure: true
27
28
+test:1.4:
29
+ extends:
30
+ - .julia:1.4
31
+ - .test
32
+ allow_failure: true
33
+
34
test:nightly:
35
extends:
36
- .julia:nightly
.travis.yml
@@ -9,6 +9,7 @@ julia:
- 1.1
- 1.2
11
- 1.3
12
+ - 1.4
13
- nightly
14
15
notifications:
0 commit comments