Skip to content

Commit 107d8f3

Browse files
authored
Fix Windows-build by adding the zip-extension
1 parent 754ae47 commit 107d8f3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ jobs:
115115
uses: shivammathur/setup-php@v2
116116
with:
117117
php-version: ${{ matrix.php-versions }}
118-
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, sodium, spl, xml
118+
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre,\
119+
soap, sodium, spl, xml, zip
119120
tools: composer
120121
ini-values: error_reporting=E_ALL
121122
coverage: none

0 commit comments

Comments
 (0)