Skip to content

Commit

Permalink
test: rollback to XDebug as PHPDBG causes segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
fquffio committed Jun 29, 2023
1 parent e90aec3 commit 311333c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
php-version: '${{ matrix.php }}'
tools: 'composer'
extensions: 'mbstring, intl'
coverage: 'none' # Using `phpdbg`
coverage: 'xdebug'

- name: 'Discover Composer cache directory'
id: 'cachedir'
Expand All @@ -72,7 +72,7 @@ jobs:
run: 'composer dump-autoload --classmap-authoritative --no-cache'

- name: 'Run PHPUnit'
run: 'phpdbg -qrr vendor/bin/phpunit --coverage-clover=clover.xml'
run: 'vendor/bin/phpunit --coverage-clover=clover.xml'

- name: 'Export coverage results'
uses: 'codecov/codecov-action@v1'
Expand Down

0 comments on commit 311333c

Please sign in to comment.