Commit 19377eb98f for wordpress.org

commit 19377eb98f842c91943df81f6f5600e82004b331
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Mon Sep 21 18:19:46 2026 +0000

    Build/Test Tools: Simplify PHPUnit matrix definitions.

    List PHP and database versions directly in YAML and use conditional exclusions to select reduced coverage. Preserve the existing combinations for normal runs, weekly runs, and pull requests with the Full PHPUnit Matrix label, including the additional matrix jobs.

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

    Props desrosj, adrianmoldovanwp, lucatume.
    See #66069.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index bfe84396f3..cfb3050222 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63778';
+$wp_version = '7.2-alpha-63779';

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