Skip to content

Commit d2b5d4f

Browse files
authored
Update ci.yml
1 parent de4c565 commit d2b5d4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
version: ['1.6', '1']
16+
version: ['lts', '1']
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818
arch: [x64]
1919
allow_failure: [false]
@@ -26,15 +26,15 @@ jobs:
2626
os: macos-latest
2727
arch: arm64
2828
allow_failure: false
29-
- version: 'nightly'
29+
- version: 'pre'
3030
os: ubuntu-latest
3131
arch: x64
3232
allow_failure: true
33-
- version: 'nightly'
33+
- version: 'pre'
3434
os: macos-latest
3535
arch: x64
3636
allow_failure: true
37-
- version: 'nightly'
37+
- version: 'pre'
3838
os: windows-latest
3939
arch: x64
4040
allow_failure: true

0 commit comments

Comments
 (0)