Skip to content

Commit d9b09ee

Browse files
authored
also test on LTS and nightly
1 parent b073ecb commit d9b09ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
julia-version:
19+
- '1.6'
1920
- '1'
20-
- '~1.7.0-0'
21-
# - 'nightly'
21+
- '1.7'
22+
- 'nightly'
2223
julia-arch:
2324
- 'x64'
2425
- 'x86'

0 commit comments

Comments
 (0)