Skip to content

Commit dc83e6a

Browse files
committed
Test on min, lts, and pre instead of 1.6 and nightly
1 parent a7ccfd5 commit dc83e6a

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
@@ -12,9 +12,10 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
version:
15-
- '1.6'
15+
- 'min'
16+
- 'lts'
1617
- '1' # automatically expands to the latest stable 1.x release of Julia
17-
- 'nightly'
18+
- 'pre'
1819
os:
1920
- ubuntu-latest
2021
- macOS-latest

0 commit comments

Comments
 (0)