Commit c4a4a20223 for wordpress.org
commit c4a4a20223b3ae64a9207aa76a5a40cae9af753a
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Thu Sep 10 15:17:43 2026 +0000
Build/Test Tools: Run the full PHPUnit matrix by label.
Allow reviewers to trigger the weekly PHP and database matrix on eligible pull requests by adding the Full PHPUnit Matrix label. Keep full coverage on subsequent commits while the label remains.
Use a separate label-triggered workflow so unrelated labels do not replace PHPUnit checks or cancel active runs. Preserve the existing path filters and document the manual request process for contributors without label access.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13448
Props lucatume, adrianmoldovanwp.
Fixes #66071.
Built from https://develop.svn.wordpress.org/trunk@63585
git-svn-id: http://core.svn.wordpress.org/trunk@62761 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 81d148242a..8ad3680303 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63584';
+$wp_version = '7.2-alpha-63585';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.