File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,16 @@ jobs:
3434 coverage : " none"
3535 php-version : " ${{ matrix.php-version }}"
3636
37+ - name : " Install Xdebug"
38+ run : |
39+ pecl install xdebug
40+ echo "zend_extension=$(php -r 'echo ini_get(\"extension_dir\");')/xdebug.so" > $GITHUB_WORKSPACE/xdebug.ini
41+
3742 - name : " Composer install"
3843 uses : " ramsey/composer-install@v2"
3944 with :
4045 dependency-versions : " ${{ matrix.dependency-versions }}"
4146 composer-options : " --prefer-dist --no-progress"
4247
43- - name : " RUn tests"
48+ - name : " Run tests"
4449 run : " composer coverage-html"
Original file line number Diff line number Diff line change 1919 "phpstan/phpstan" : " ^2" ,
2020 "phpunit/php-code-coverage" : " ^10 || ^11 || ^12" ,
2121 "phpunit/phpunit" : " ^10 || ^11 || ^12" ,
22- "vimeo/psalm" : " ^6"
22+ "vimeo/psalm" : " ^6" ,
23+ "xdebug/xdebug" : " ^3"
2324 },
2425 "suggest" : {
2526 "micro/autowire" : " Autowire helper for dependency injection"
You can’t perform that action at this time.
0 commit comments