Skip to content

Commit bc81b41

Browse files
committed
Correct extensions used when running test workflow
1 parent 83bb45b commit bc81b41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: php-actions/phpunit@v4
2424
with:
2525
php_version: ${{matrix.php-version}}
26-
php_extensions: json zip xdebug
26+
php_extensions: json zlib xdebug
2727
configuration: phpunit.xml.dist
2828
coverage_text: true
2929
env:

0 commit comments

Comments
 (0)