Commit 7f2fd65384 for wordpress.org

commit 7f2fd65384fe5e1141818f186efc36826ea14cba
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Tue Sep 22 21:06:45 2026 +0000

    Build/Test Tools: Check database readiness over TCP.

    Ping 127.0.0.1 with --protocol=tcp in the local Docker environment and the installation and upgrade testing workflows. This prevents the temporary socket-only server used during database initialization from reporting healthy before TCP connections are available.

    Select the appropriate administration client for MariaDB versions in the CI healthchecks. Clarify why the standalone environment installation command retains its connection retry.

    Developed in: https://github.com/WordPress/wordpress-develop/pull/13563

    Props lucatume, adrianmoldovanwp.
    See #66117.

    Built from https://develop.svn.wordpress.org/trunk@63871


    git-svn-id: http://core.svn.wordpress.org/trunk@63043 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 073d9eab24..adc7970670 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63870';
+$wp_version = '7.2-alpha-63871';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.