From eed344df10ef7b0d4fa768f7df7602773b382ef6 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 17 Sep 2025 03:31:33 +0000 Subject: [PATCH] Build/Test Tools: Run xDebug tests on PHP 8.4. xDebug was added to the 8.4 image at the end of 2024, so these tests can now be run. See #63167. Built from https://develop.svn.wordpress.org/trunk@60774 git-svn-id: http://core.svn.wordpress.org/trunk@60110 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 282457769c..74c4a77f2f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60772'; +$wp_version = '6.9-alpha-60774'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.