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
Fix failing CI workflows: PHPUnit 12 compat and code style permissions
- Remove deprecated <coverage> and <logging> elements from phpunit.xml.dist
(removed in PHPUnit 12, causing Pest to crash with exit code 1)
- Update PHPUnit schema reference from 10.3 to 12.0
- Add permissions: contents: write to fix-php-code-style.yml
(was getting HTTP 403 when pushing code style fixes)
Co-authored-by: thibautdeg <71264420+thibautdeg@users.noreply.github.com>
0 commit comments