Build/Test Tools: Remove note about some PHP versions being allowed to fail.

This removes the note stating that PHP 8.1 (see [51604]) and 8.2 (see [53922]) are temporarily allowed to fail.

The compatibility issues were resolved and `continue-on-error` was removed in [53922].

See #56009.
Built from https://develop.svn.wordpress.org/trunk@54507


git-svn-id: http://core.svn.wordpress.org/trunk@54066 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2022-10-13 14:30:15 +00:00
parent 3596d1a534
commit c4e4486622

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-RC1-54506';
$wp_version = '6.1-RC1-54507';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.