From 21011a6ebb3080024d867dfdd6721b6e87fce6ae Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 31 Aug 2023 10:17:22 +0000 Subject: [PATCH] Build/Test Tools: Enable running the tests on PHP 8.3. PHP 8.3 is expected to be released at the end of November 2023. Enabling the tests to run in CI on PHP 8.3 allows WordPress core to start getting ready. Note: Xdebug-related tests will not be run on PHP 8.3 at this time as the Docker image for PHP 8.3 does not contain Xdebug yet. Once a stable release of Xdebug 3.3.0 is available, it can be added to the Docker image and the test step can then be enabled for PHP 8.3. Follow-up to [53922], [56492], [56495]. Props jrf, costdev. See #59231. Built from https://develop.svn.wordpress.org/trunk@56498 git-svn-id: http://core.svn.wordpress.org/trunk@56010 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 d8af836c39..b483243369 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56497'; +$wp_version = '6.4-alpha-56498'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.