Skip to content

Commit 6d54fef

Browse files
committed
change CI to only support julia 1.9 or newer
1 parent fe7cac9 commit 6d54fef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
version:
24-
- '1.8' # lowest supported version
24+
- '1.9' # lowest supported version
2525
- 'lts' # julia lts
2626
- '1' # latest stable 1.x release of Julia
2727
os:

0 commit comments

Comments
 (0)