Skip to content

Commit 017efb5

Browse files
authored
Test also Julia LTS (#16)
1 parent d226b95 commit 017efb5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
version:
17-
- '1.0'
18-
- '1'
17+
- '1.0' # oldest supported Julia version
18+
- '1.6' # Julia LTS
19+
- '1' # stable Julia release
1920
- 'nightly'
2021
os:
2122
- ubuntu-latest

0 commit comments

Comments
 (0)