Commit ea4db565ab for wordpress.org
commit ea4db565ab53941c2ab6eb570d8385054fcdb390
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Wed Sep 23 17:26:48 2026 +0000
Build/Test Tools: Allow external callers in PHPUnit v1 and v2.
Add repository, ref, overlay artifact, and test group inputs to the reusable PHPUnit v1 and v2 workflows. Require an explicit ref when selecting another repository, and run only the requested groups when supplied.
Validate group names before checkout to prevent legacy Docker wrappers from interpreting input as shell syntax.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13630
Props lucatume.
Fixes #66149.
Built from https://develop.svn.wordpress.org/trunk@63897
git-svn-id: http://core.svn.wordpress.org/trunk@63066 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 645d5ba893..7c9bf44a50 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63896';
+$wp_version = '7.2-alpha-63897';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.