Skip to content

Commit 833f2ce

Browse files
authored
Install zip-extension
1 parent 52b14a0 commit 833f2ce

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
@@ -116,7 +116,7 @@ jobs:
116116
uses: shivammathur/setup-php@v2
117117
with:
118118
php-version: ${{ matrix.php-versions }}
119-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, spl, xml
119+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, spl, xml, zip
120120
tools: composer
121121
ini-values: error_reporting=E_ALL
122122
coverage: none

0 commit comments

Comments
 (0)