Skip to content

Commit e4fe56f

Browse files
committed
Add zip-extension to fix windows-build
1 parent 28ab14b commit e4fe56f

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)