Skip to content

Commit dacd103

Browse files
authored
Adjust CI Julia versions
Test on min, lts, 1, and pre instead of hard coded versions and nightly.
1 parent 20c256a commit dacd103

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
@@ -13,9 +13,10 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- '1.0'
16+
- 'min'
17+
- 'lts'
1718
- '1'
18-
- 'nightly'
19+
- 'pre'
1920
os:
2021
- ubuntu-latest
2122
- macOS-latest

0 commit comments

Comments
 (0)