Use windows-2019 runner in CI workflow

This commit is contained in:
Shivam Mathur 2022-01-27 08:25:50 +05:30
parent da21b560da
commit 0a601ebeee
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-20.04, ubuntu-18.04, windows-latest, macos-latest]
operating-system: [ubuntu-20.04, ubuntu-18.04, windows-2019, macos-latest]
php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
env:
extensions: xml, opcache, xdebug, pcov