Skip to content

Commit

Permalink
Re-enabled testing on Julia 1.3
Browse files Browse the repository at this point in the history
This reverts commit 44ae967.
  • Loading branch information
stemann committed Aug 31, 2023
1 parent cbb8f8d commit e90e51a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.3'
- '1.6'
- '1'
os:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test:
stage: test
parallel:
matrix:
- CI_JULIA_VERSION: ["1.6", "1"]
- CI_JULIA_VERSION: ["1.3", "1.6", "1"]
extends:
- .julia.setup
- .julia.test

0 comments on commit e90e51a

Please sign in to comment.