Skip to content

Commit da7096f

Browse files
committed
Fix min julia version to 1.9
1 parent c07b16f commit da7096f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
version:
19-
- "min"
19+
- "1.9"
2020
- "1" # automatically expands to the latest stable 1.x release of Julia
2121
- nightly
2222
os:

0 commit comments

Comments
 (0)