Skip to content

Commit d8f807c

Browse files
committed
Fix Windows-build by adding zip-extension
1 parent 2433a48 commit d8f807c

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

0 commit comments

Comments
 (0)