From c647b6061a4a47f3e15d6bf63b7f9394dbbc1803 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 17 Dec 2024 16:51:21 +0000 Subject: [PATCH] Build/Test Tools: Allow more control when testing older branches. This adds an input to the Test Old Branches workflow that allows a specific branch to be specified or `all` to run all old branches. The default behavior is to only test the currently supported version of WordPress as defined in the `CURRENTLY_SUPPORTED_BRANCH` environment variable. Follow up to [59520]. See #62221. Built from https://develop.svn.wordpress.org/trunk@59529 git-svn-id: http://core.svn.wordpress.org/trunk@58915 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 3ded9c2a4d..f75bb2d118 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59528'; +$wp_version = '6.8-alpha-59529'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.