We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e079cc commit b03748eCopy full SHA for b03748e
1 file changed
.github/workflows/php.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: shivammathur/setup-php@v2
28
with:
29
php-version: ${{ matrix.php-version }}
30
- extensions: mbstring, mysqli, dom
+ extensions: mbstring, mysqli, dom, zip
31
coverage: xdebug
32
33
- name: Validate composer.json and composer.lock
0 commit comments