php-profiler icon indicating copy to clipboard operation
php-profiler copied to clipboard

CI: Add php 8.x to test matrix

Open glensc opened this issue 10 months ago • 1 comments

Improve https://github.com/perftools/php-profiler/pull/75

glensc avatar Jan 20 '25 20:01 glensc

Looks like need to resort to some polyfill hacking:

  • https://github.com/Yoast/PHPUnit-Polyfills#why-use-the-phpunit-polyfills

but that would limit lower version to PHP 5.4 due use of traits

glensc avatar Jan 20 '25 20:01 glensc