Back to xdebug we go...

This commit is contained in:
Marcus Bointon 2021-02-18 13:18:58 +01:00
parent 9ff9932ca7
commit 60126a1b90
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 2 additions and 8 deletions

View File

@ -44,15 +44,9 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: pcov
coverage: xdebug
ini-values: sendmail_path=/usr/sbin/sendmail -t -i, zend.multibyte=1, zend.script_encoding=UTF-8, default_charset=UTF-8
extensions: pcov, imap, mbstring, ctype, filter, hash
- name: Set up PCOV
if: matrix.php < '7.2'
run: |
composer require pcov/clobber
vendor/bin/pcov clobber
extensions: xdebug, imap, mbstring, ctype, filter, hash
- name: Install PHP packages
run: composer install --no-interaction