From 8399a3a160c45ec6fc6d8f8d568308e453eee1cd Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 14 Dec 2022 00:24:18 +0000 Subject: [PATCH] Build/Test Tools: Run Xdebug tests on PHP 8.2. Xdebug 3.2.0 (which adds support for PHP 8.2) has been released and is now included in the PHP 8.2 Docker container. The tests in the `xdebug` group can now be run against all PHP versions currently supported by WordPress. See https://github.com/WordPress/wpdev-docker-images/pull/92. See #56009. Built from https://develop.svn.wordpress.org/trunk@54967 git-svn-id: http://core.svn.wordpress.org/trunk@54519 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 920cb1693d..d1e4333b8c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54965'; +$wp_version = '6.2-alpha-54967'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.