You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for Xdebug on PHP 8.0 on all OS.
Now coverage: xdebug will setup a nightly version of Xdebug3 on PHP 8.0 and set xdebug.mode=coverage in php.ini.
Use shivammathur/homebrew-extensions tap for PCOV and Xdebug on PHP 5.6 and above on macOS.
Add support for x86PCOV and Xdebug for PHP 8.0 on self-hosted Windows runners.
Fix pdo extensions setup on self-hosted runners.
Update documentation regarding services on self-hosted runners.
Remove dashes from step ids.
Remove deprecated --no-suggest flag from composer command in examples.