Skip to content

Commit 7022f84

Browse files
committed
Added xdebug extension to tests.yml.
1 parent b5a2c97 commit 7022f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: php-actions/phpunit@v2
1414
with:
1515
php_version: 7.4
16-
php_extensions: mbstring
16+
php_extensions: mbstring xdebug
1717
bootstrap: src/autoload.php
1818
args: --coverage-text --coverage-clover=coverage.xml tests
1919
env:

0 commit comments

Comments
 (0)