Skip to content

Commit 0b492be

Browse files
authored
Adjust CI targets
Run no min, lts, 1, and pre.
1 parent 80c6952 commit 0b492be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
# - '1.0'
18+
- 'min'
19+
- 'lts'
1920
- '1'
20-
- 'nightly'
21+
- 'pre'
2122
os:
2223
- ubuntu-latest
2324
arch:

0 commit comments

Comments
 (0)