Fix coverage log for Xdebug on PHP 8.0

This commit is contained in:
Shivam Mathur
2019-12-09 14:54:14 +05:30
parent 2cabcf2941
commit ade633f0da
4 changed files with 57 additions and 16 deletions

View File

@ -61,6 +61,7 @@ jobs:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, xdebug, pcov #optional
ini-values: post_max_size=256M, short_open_tag=On, date.timezone=Asia/Kolkata #optional
coverage: xdebug
- name: Testing PHP version
run: |