Commit b5db355a2f for wordpress.org

commit b5db355a2fe3d242d6a5c83cf0d8f321dd439781
Author: Weston Ruter <weston@xwp.co>
Date:   Thu Jan 1 08:45:32 2026 +0000

    Tests: Update regex to match PHP security releases in addition to stable releases.

    PHP 8.3 changed from "Active support" to "Security fixes only" on January 1, 2026.

    Follow-up to [61421], [33937].

    Props mukesh27, westonruter.
    See #33758.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 155ef58e8f..25b45366e2 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.0-alpha-61421';
+$wp_version = '7.0-alpha-61422';

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