Skip to content

Commit 8f485c8

Browse files
authored
Add zip-extension to Windows-build
1 parent f50130b commit 8f485c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ jobs:
148148
uses: shivammathur/setup-php@v2
149149
with:
150150
php-version: ${{ matrix.php-versions }}
151-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, pdo, pdo_sqlite, posix, spl, xml
151+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre,\
152+
pdo, pdo_sqlite, posix, spl, xml
152153
tools: composer
153154
ini-values: error_reporting=E_ALL
154155
coverage: pcov
@@ -210,7 +211,8 @@ jobs:
210211
uses: shivammathur/setup-php@v2
211212
with:
212213
php-version: ${{ matrix.php-versions }}
213-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, pdo, pdo_sqlite, posix, spl, xml
214+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre,\
215+
pdo, pdo_sqlite, posix, spl, xml, zip
214216
tools: composer
215217
ini-values: error_reporting=E_ALL
216218
coverage: none

0 commit comments

Comments
 (0)