Skip to content

Commit 23a53d3

Browse files
Update min julia version
1 parent 45e3fe3 commit 23a53d3

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
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- '1.10' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
16+
- '1.11' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
1717
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
1818
- 'nightly'
1919
os:

0 commit comments

Comments
 (0)