From c6b1c9cc1081089285e2014e23177e93de220e4e Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 26 Mar 2025 13:12:34 +0000 Subject: [PATCH] Build/Test Tools: Adjust how the 6.8 branch is included in matrices. Because 6.8 is not yet officially released, `6.8` cannot be used in a test matrix. This removes 6.8 from the Upgrade Testing workflow and changes the value used for the Upgrade Develop Version Testing workflow to `6.8-RC1` to confirm that updating from `6.8-RC1` to `trunk` (which is now `6.9-alpha`) is successful. Follow-up to [60093]. Props mukesh27. See #63164. Built from https://develop.svn.wordpress.org/trunk@60097 git-svn-id: http://core.svn.wordpress.org/trunk@59433 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index fd2a038ba8..03b23b752f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60096'; +$wp_version = '6.9-alpha-60097'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.