Skip to content

Commit 28e2f23

Browse files
authored
Install zip-extension
1 parent f3a20b1 commit 28e2f23

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

0 commit comments

Comments
 (0)