Skip to content

Commit 9374853

Browse files
committed
CI does not pass with julia 1.6, so test 1.7 instead
From the disscussion in the PR, it is not at all obvious to me what the proper solution here is.
1 parent ef3d587 commit 9374853

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
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- '1.6'
26+
- '1.7'
2727
- '1'
2828
- pre
2929
os:

0 commit comments

Comments
 (0)