1 parent 83bb45b commit bc81b41Copy full SHA for bc81b41
1 file changed
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: php-actions/phpunit@v4
24
with:
25
php_version: ${{matrix.php-version}}
26
- php_extensions: json zip xdebug
+ php_extensions: json zlib xdebug
27
configuration: phpunit.xml.dist
28
coverage_text: true
29
env:
0 commit comments