Skip to content

Commit 225dced

Browse files
authored
Install zip-extension
Composer will use this instead of 7zip on Windows
1 parent f59261b commit 225dced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
uses: shivammathur/setup-php@v2
118118
with:
119119
php-version: ${{ matrix.php-versions }}
120-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix, spl, xml
120+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix, spl, xml, zip
121121
tools: composer
122122
ini-values: error_reporting=E_ALL
123123
coverage: none

0 commit comments

Comments
 (0)