Skip to content

Commit 8b87381

Browse files
committed
Fix Windows-build by adding zip-extension
1 parent 9fa4b6b commit 8b87381

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
@@ -121,7 +121,7 @@ jobs:
121121
uses: shivammathur/setup-php@v2
122122
with:
123123
php-version: ${{ matrix.php-versions }}
124-
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml
124+
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml, zip
125125
tools: composer
126126
ini-values: error_reporting=E_ALL
127127
coverage: none

0 commit comments

Comments
 (0)