File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
fail-fast : false
11
11
matrix :
12
- version :
13
- - ' 1.0'
14
- - ' 1'
15
- - ' nightly'
16
- os :
17
- - ubuntu-latest
18
- - macOS-latest
19
- - windows-latest
20
- arch :
21
- - x64
12
+ include :
13
+ - { os: ubuntu-latest, version: '1.0', arch: x64}
14
+ - { os: ubuntu-latest, version: '1.1', arch: x64}
15
+ - { os: ubuntu-latest, version: '1.2', arch: x64}
16
+ - { os: ubuntu-latest, version: '1.3', arch: x64}
17
+ - { os: ubuntu-latest, version: '1.4', arch: x64}
18
+ - { os: ubuntu-latest, version: '1.5', arch: x64}
19
+ - { os: ubuntu-latest, version: '^1.6.0-0', arch: x64}
20
+ - { os: ubuntu-latest, version: 'nightly', arch: x64}
21
+ - { os: windows-latest, version: '1', arch: x64}
22
+ - { os: macOS-latest, version: '1', arch: x64}
22
23
23
24
steps :
24
25
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments