Skip to content

Commit

Permalink
Swap out php dependencies on Windows machine
Browse files Browse the repository at this point in the history
  • Loading branch information
markwalet committed Nov 27, 2023
1 parent 2abb3a5 commit 3443f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd
extensions: dom, curl, libxml, mbstring, zip, fileinfo, pdo, sqlite, pdo_sqlite, gd
coverage: xdebug

- name: Install dependencies
Expand Down

0 comments on commit 3443f3b

Please sign in to comment.