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

Test against PHP 8.2, and maybe 8.3 #745

Closed GaryJones closed 1 year ago

GaryJones commented 1 year ago

What problem would the enhancement address for VIP?

PHP 8.2 is released, and we should check how VIPCS works with it, even though WordPress itself doesn't yet support PHP 8.2.

Describe the solution you'd like

Add 8.2 to the test.yml matrix. We'll also want to use dev-develop version of WPCS as well.

Also, add 8.3 as an include, but allow it to be experimental.

jrfnl commented 1 year ago

💯 Was thinking the same yesterday when reviewing #742, but didn't want to pollute the issue with unrelated remarks.

jrfnl commented 1 year ago

Notes about PHPCS vs 8.2: