Commit eed344df10 for wordpress.org

commit eed344df10ef7b0d4fa768f7df7602773b382ef6
Author: desrosj <desrosj@git.wordpress.org>
Date:   Wed Sep 17 03:31:33 2025 +0000

    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

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.