Skip to content

Commit e1283ed

Browse files
committed
chore: test on all Julia versions
1 parent 92da6ac commit e1283ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
- '1.4'
2828
- '1.5'
2929
- '1.6'
30-
# - '1.7' # TODO: uncomment this line once Julia 1.8 is released
31-
- '~1.8.0-rc1' # TODO: delete this line once Julia 1.8 is released
30+
- '1.7'
31+
- '1.8'
32+
- '1.9'
3233
- '1' # automatically expands to the latest stable 1.x release
3334
- 'nightly'
3435
os:

0 commit comments

Comments
 (0)