Skip to content

Commit af3d542

Browse files
committed
make sure to test on 1.5 and 1.6
1 parent 6c57abd commit af3d542

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
matrix:
1212
version:
1313
- '1.4'
14-
- '1' # automatically expands to the latest stable 1.x release of Julia
14+
- '1.5'
15+
- '1.6-nightly'
1516
os:
1617
- ubuntu-latest
1718
- macOS-latest

0 commit comments

Comments
 (0)