Skip to content

Commit b4de9e6

Browse files
committed
switch highest test version to 1.6
1 parent 027eb2c commit b4de9e6

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
@@ -17,7 +17,7 @@ jobs:
1717
version:
1818
- '1.3' # 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'.
1919
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
20-
- '1.7' # usually nigthly
20+
- '1.6' # usually nigthly, but error-catching fails on windows
2121
os:
2222
- ubuntu-latest
2323
- macos-latest

0 commit comments

Comments
 (0)