From c4e4486622ca6864a407136650053a4cd78b8558 Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 13 Oct 2022 14:30:15 +0000 Subject: [PATCH] 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 --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 079188c3ee..bd7ec7d27b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.