Skip to content

Commit 78ff4a3

Browse files
committed
Install zip-extension for Windows-build
1 parent 2b990b5 commit 78ff4a3

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

0 commit comments

Comments
 (0)