mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-08 05:44:07 +07:00
Fix coverage log for Xdebug on PHP 8.0
This commit is contained in:
1
.github/workflows/experimental-workflow.yml
vendored
1
.github/workflows/experimental-workflow.yml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user