Skip to content

Commit

Permalink
Update spawn_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Apr 11, 2022
1 parent 45f37ba commit 7d23d7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/spawn_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
jobs:
windows:
name: Windows CI
runs-on: windows-latest
runs-on: windows-2019
strategy:
fail-fast: false
matrix:
operating-system: [windows-latest]
operating-system: [windows-2019]
php: ['7.3']
steps:
- name: Checkout
Expand All @@ -23,7 +23,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
extensions: mbstring, simplexml, curl, dom, sockets, fileinfo, openssl, xdebug, uv-beta
extensions: mbstring, simplexml, curl, dom, sockets, fileinfo, openssl, xdebug
ini-values: extension=uv
coverage: xdebug
env:
Expand Down

0 comments on commit 7d23d7c

Please sign in to comment.