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
PR 2958 turned running the unit tests on for the PHPCS 4.x branch, but this wasn't done for the PHPCS 3.x branch yet.
This commit basically does the same for PHPCS 3.x. PHPUnit 7 will run on PHP 8, even though unsupported, so ignoring platform requirements when installing via Composer allows for the tests for PHPCS 3.x to run on PHP 8.
0 commit comments