We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be394f commit 6992398Copy full SHA for 6992398
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- version: ['1.6', '1']
+ version: ['lts', '1']
17
os: [ubuntu-latest, macos-latest, windows-latest]
18
arch: [x64]
19
allow_failure: [false]
@@ -22,15 +22,15 @@ jobs:
22
os: macos-latest
23
arch: arm64
24
allow_failure: false
25
- - version: 'nightly'
+ - version: 'pre'
26
os: ubuntu-latest
27
arch: x64
28
allow_failure: true
29
30
31
32
33
34
os: windows-latest
35
36
@@ -56,3 +56,4 @@ jobs:
56
- uses: codecov/codecov-action@v4
57
with:
58
file: lcov.info
59
+
0 commit comments