We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb8f8d commit e90e51aCopy full SHA for e90e51a
.github/workflows/CI.yml
@@ -18,6 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
version:
21
+ - '1.3'
22
- '1.6'
23
- '1'
24
os:
.gitlab-ci.yml
@@ -17,7 +17,7 @@ test:
17
stage: test
parallel:
- - CI_JULIA_VERSION: ["1.6", "1"]
+ - CI_JULIA_VERSION: ["1.3", "1.6", "1"]
extends:
- .julia.setup
- .julia.test
0 commit comments