Skip to content

Commit 4c5047b

Browse files
committed
Install zip-extension for Windows-build
1 parent 078c755 commit 4c5047b

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
@@ -236,7 +236,7 @@ jobs:
236236
uses: shivammathur/setup-php@v2
237237
with:
238238
php-version: ${{ matrix.php-versions }}
239-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, openssl, pcre, spl, xml
239+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, openssl, pcre, spl, xml, zip
240240
tools: composer
241241
ini-values: error_reporting=E_ALL
242242
coverage: none

0 commit comments

Comments
 (0)