Skip to content

Commit 148bd9f

Browse files
committed
Add the xdebug extension.
1 parent f03ce3f commit 148bd9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
bootstrap: vendor/autoload.php
1616
configuration: phpunit.xml
1717
args: --coverage-text
18-
php_extensions: bcmath
18+
php_extensions: xdebug bcmath
1919
php_version: 7.3
2020
version: 9
2121

@@ -25,6 +25,6 @@ jobs:
2525
bootstrap: vendor/autoload.php
2626
configuration: phpunit.xml
2727
args: --coverage-text
28-
php_extensions: bcmath
28+
php_extensions: xdebug bcmath
2929
php_version: 8.0
3030
version: 9

0 commit comments

Comments
 (0)