mirror of
https://github.com/egor-tensin/cleanup-path.git
synced 2025-05-01 00:59:32 +03:00
workflows/test: include windows-latest
This commit is contained in:
parent
25f4108112
commit
4526a28b3f
1 changed files with 3 additions and 2 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -13,14 +13,15 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2019, windows-2016]
|
os: [windows-2016, windows-2019, windows-latest]
|
||||||
python: [0, 1]
|
python: [0, 1]
|
||||||
default: [0, 1]
|
default: [0, 1]
|
||||||
|
|
||||||
include:
|
include:
|
||||||
# Prettier run names.
|
# Prettier run names.
|
||||||
- {os: windows-2019, name: 2019}
|
|
||||||
- {os: windows-2016, name: 2016}
|
- {os: windows-2016, name: 2016}
|
||||||
|
- {os: windows-2019, name: 2019}
|
||||||
|
- {os: windows-latest, name: latest}
|
||||||
- {default: 0, default_descr: ''}
|
- {default: 0, default_descr: ''}
|
||||||
- {default: 1, default_descr: ' + C:\Windows'}
|
- {default: 1, default_descr: ' + C:\Windows'}
|
||||||
- {python: 0, python_descr: ''}
|
- {python: 0, python_descr: ''}
|
||||||
|
|
Loading…
Add table
Reference in a new issue