Automattic / VIP-Coding-Standards

PHP_CodeSniffer ruleset to enforce WordPress VIP coding standards.
https://wpvip.com/documentation/how-to-install-php-code-sniffer-for-wordpress-com-vip/
Other
236 stars 40 forks source link

Unit tests: Support PHP >= 8.1 #735

Closed GaryJones closed 1 year ago

GaryJones commented 1 year ago

While the different logic for PHP 8.1 was in the GitHub workflow, moving it to the bin script means the GitHub workflow can be simplified, and the same Composer script can be run locally too.