Skip to content

Commit

Permalink
Use windows-2019 runner in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Jan 27, 2022
1 parent da21b56 commit 0a601eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Expand Up @@ -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
Expand Down

0 comments on commit 0a601eb

Please sign in to comment.