workflows/test: use *-latest images
This commit is contained in:
parent
72562df317
commit
8fbd928fff
1 changed files with 10 additions and 4 deletions
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
|
@ -16,19 +16,25 @@ jobs:
|
||||||
platform: [x86, x64]
|
platform: [x86, x64]
|
||||||
cygwin: [0, 1]
|
cygwin: [0, 1]
|
||||||
hardlinks: [0, 1]
|
hardlinks: [0, 1]
|
||||||
os: [ubuntu-18.04, windows-2019, windows-2016]
|
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest, windows-2016, windows-2019, windows-latest]
|
||||||
|
|
||||||
include:
|
include:
|
||||||
# Prettier run names.
|
# Prettier run names.
|
||||||
- {os: ubuntu-18.04, name: Ubuntu}
|
- {os: ubuntu-18.04, name: Ubuntu 18.04}
|
||||||
- {os: windows-2019, name: Windows Server 2019}
|
- {os: ubuntu-20.04, name: Ubuntu 20.04}
|
||||||
|
- {os: ubuntu-latest, name: Ubuntu (latest)}
|
||||||
- {os: windows-2016, name: Windows Server 2016}
|
- {os: windows-2016, name: Windows Server 2016}
|
||||||
|
- {os: windows-2019, name: Windows Server 2019}
|
||||||
|
- {os: windows-latest, name: Windows Server (latest)}
|
||||||
- {cygwin: 1, name: Cygwin}
|
- {cygwin: 1, name: Cygwin}
|
||||||
exclude:
|
exclude:
|
||||||
# No Cygwin on Ubuntu.
|
# No Cygwin on Ubuntu.
|
||||||
- {os: ubuntu-18.04, cygwin: 1}
|
- {os: ubuntu-18.04, cygwin: 1}
|
||||||
# Cygwin is the same on Windows Server 2016 & 2019.
|
- {os: ubuntu-20.04, cygwin: 1}
|
||||||
|
- {os: ubuntu-latest, cygwin: 1}
|
||||||
|
# Cygwin is the same on all Windows Server versions.
|
||||||
- {os: windows-2016, cygwin: 1}
|
- {os: windows-2016, cygwin: 1}
|
||||||
|
- {os: windows-2019, cygwin: 1}
|
||||||
# Only test hardlinks on Cygwin.
|
# Only test hardlinks on Cygwin.
|
||||||
- {cygwin: 0, hardlinks: 1}
|
- {cygwin: 0, hardlinks: 1}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue