Commit 54dac61651 for wordpress.org

commit 54dac616517322d66c204a5b7d8142a8175423a0
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Mon Sep 21 20:55:49 2026 +0000

    Build/Test Tools: Support grouped tests on older PHPUnit.

    Only pass --fail-on-empty-test-suite on PHP 7.3 and newer, where the supported PHPUnit versions recognize it. Preserve group selection on older versions so release branches using the shared workflow can run their tests.

    Keep empty-suite protection for the Core assets job and other grouped runs on supported PHPUnit versions.

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

    Props lancewillett, adrianmoldovanwp.
    See #65889.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 9ec3681897..451dd1c558 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63785';
+$wp_version = '7.2-alpha-63786';

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