Skip to content

Commit

Permalink
CI: Dropped testing on Julia 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stemann committed Aug 30, 2023
1 parent c69c92e commit a582a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.3'
- '1.6'
- '1.9'
- '1'
os:
- ubuntu-latest
- macOS-latest
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.3", "1.6", "1.9"]
- CI_JULIA_VERSION: ["1.6", "1"]
extends:
- .julia.setup
- .julia.test

0 comments on commit a582a6b

Please sign in to comment.