Skip to content

Commit 108bbf0

Browse files
committed
Install zip-extension for Windows-build
1 parent 63c0368 commit 108bbf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
uses: shivammathur/setup-php@v2
211211
with:
212212
php-version: ${{ matrix.php-versions }}
213-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, spl, xml
213+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, spl, xml, zip
214214
tools: composer
215215
ini-values: error_reporting=E_ALL
216216
coverage: none

0 commit comments

Comments
 (0)