Commit ca27a492ef for wordpress.org
commit ca27a492ef5cf65881f65e1747b710dc92399e13
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Mon Sep 21 18:16:51 2026 +0000
Build/Test Tools: Limit PHPUnit for Core asset-only PRs.
Run the assets group on PHP 8.3 and MySQL 8.4 when a pull request changes only audited Core assets and unrelated companion files. Preserve normal coverage for other changes, non-PR events, and pull requests with the Full PHPUnit Matrix label.
Compare the tested merge commit with its base parent, account for both sides of renames, and retain normal coverage when changed paths are unavailable or empty. Fail grouped PHPUnit runs when no tests are selected.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13523
Props adrianmoldovanwp, afercia, johnbillion, lucatume, westonruter.
Fixes #65889.
Built from https://develop.svn.wordpress.org/trunk@63778
git-svn-id: http://core.svn.wordpress.org/trunk@62950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 004c09a666..bfe84396f3 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63777';
+$wp_version = '7.2-alpha-63778';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.