Commit 96c19d5f66 for wordpress.org

commit 96c19d5f66708c0f81a0672b029c013044e5970c
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Thu Sep 10 15:15:51 2026 +0000

    Build/Test Tools: Trim the routine PHPUnit database matrix.

    Test MySQL 5.7, 8.0, and 8.4 and MariaDB 5.5, 10.6, 10.11, 11.4, and 11.8 on pushes, pull requests, and manual runs. Keep the complete database matrix on the weekly schedule.

    Reduce routine coverage from 86 to 68 jobs while retaining the 182-job weekly matrix. Preserve the reporting, memcached, alternate-domain, HTML API, innovation-release, and PHP prerelease configurations.

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

    Props lucatume, adrianmoldovanwp.
    Fixes #66069.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 1ddf6dd96b..81d148242a 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63583';
+$wp_version = '7.2-alpha-63584';

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