Skip to content

Commit f0ef8a8

Browse files
committed
Install zip-extension for Windows-build
1 parent 4f253ee commit f0ef8a8

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
@@ -230,7 +230,7 @@ jobs:
230230
uses: shivammathur/setup-php@v2
231231
with:
232232
php-version: ${{ matrix.php-versions }}
233-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, openssl, pcre, spl, xml
233+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, openssl, pcre, spl, xml, zip
234234
tools: composer
235235
ini-values: error_reporting=E_ALL
236236
coverage: none

0 commit comments

Comments
 (0)