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 57e69a1 commit 303aa17Copy full SHA for 303aa17
.github/workflows/Test.yml
@@ -23,26 +23,26 @@ jobs:
23
fail-fast: false
24
matrix:
25
version:
26
- - "1.6"
+ - "lts"
27
- "1"
28
os:
29
- ubuntu-latest
30
- - macOS-latest
+ - macos-latest
31
- windows-latest
32
arch:
33
- x64
34
allow_failure: [false]
35
36
include:
37
- - version: "nightly"
+ - version: "pre"
38
os: ubuntu-latest
39
arch: x64
40
allow_failure: true
41
42
- os: macOS-latest
+ os: macos-latest
43
44
45
46
os: windows-latest
47
48
0 commit comments