Skip to content

Commit e90e51a

Browse files
committed
Re-enabled testing on Julia 1.3
This reverts commit 44ae967.
1 parent cbb8f8d commit e90e51a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21+
- '1.3'
2122
- '1.6'
2223
- '1'
2324
os:

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test:
1717
stage: test
1818
parallel:
1919
matrix:
20-
- CI_JULIA_VERSION: ["1.6", "1"]
20+
- CI_JULIA_VERSION: ["1.3", "1.6", "1"]
2121
extends:
2222
- .julia.setup
2323
- .julia.test

0 commit comments

Comments
 (0)