Skip to content

Commit 21ccd6b

Browse files
Update CI workflow Julia versions
- Remove Julia 1.0 and 1.6 from test matrix - Add Julia 1.10 and 1.11 to test matrix - Streamline CI testing across recent Julia versions
1 parent 923e80d commit 21ccd6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- '1.0'
26+
- '1.10'
2727
- '1.11'
28-
- '1.6'
2928
- 'pre'
3029
os:
3130
- ubuntu-latest

0 commit comments

Comments
 (0)