Commit 9da4556bdf for wordpress.org

commit 9da4556bdf9e85deeac6bbf708c4d7f07ad8dc9a
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Tue Sep 15 19:55:46 2026 +0000

    Build/Test Tools: Group tests that depend on Core assets.

    Add the assets group to existing tests that depend on Core JavaScript and CSS files, covering shortcode regex parity, oEmbed rendering, CSS inlining and hoisting, admin view transitions, and generated script modules.

    Allow these tests to be selected with --group assets while retaining their existing groups and normal suite coverage. This prepares for reduced PHPUnit runs on changes limited to Core assets.

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

    Props adrianmoldovanwp, johnbillion.
    See #65889.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 40b584804c..ee13cf4ae1 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63627';
+$wp_version = '7.2-alpha-63628';

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