File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 name : " Test getting latest CLI stable version"
77 strategy :
88 matrix :
9- os : [ubuntu-latest, macos-latest]
9+ os : [ubuntu-latest, macos-latest, windows-latest ]
1010 runs-on : ${{ matrix.os }}
1111 steps :
1212 - uses : actions/checkout@v3
1818 name : " Test getting latest CLI beta version"
1919 strategy :
2020 matrix :
21- os : [ubuntu-latest, macos-latest]
21+ os : [ubuntu-latest, macos-latest, windows-latest ]
2222 runs-on : ${{ matrix.os }}
2323 steps :
2424 - uses : actions/checkout@v3
3232 name : " Test getting a specific CLI version"
3333 strategy :
3434 matrix :
35- os : [ubuntu-latest, macos-latest]
35+ os : [ubuntu-latest, macos-latest, windows-latest ]
3636 runs-on : ${{ matrix.os }}
3737 steps :
3838 - uses : actions/checkout@v3
4646 name : " Test getting a specific CLI beta version"
4747 strategy :
4848 matrix :
49- os : [ubuntu-latest, macos-latest]
49+ os : [ubuntu-latest, macos-latest, windows-latest ]
5050 runs-on : ${{ matrix.os }}
5151 steps :
5252 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments