Build/Test Tools: Remove random_compat from PHPCS and PHPUnit configuration files.
This package was removed in WP 6.3, so these exclusion entries are no longer necessary. Follow-up to [42346], [42665], [49797], [56141], [56667]. See #58831, #58955. Built from https://develop.svn.wordpress.org/trunk@56669 git-svn-id: http://core.svn.wordpress.org/trunk@56181 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
464026afbc
commit
86c9da14e3
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.4-alpha-56668';
|
||||
$wp_version = '6.4-alpha-56669';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue