From 342ecc0d33ae88c0ef24c8a96495f34c73ee74dc Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 25 Mar 2025 16:41:13 +0000 Subject: [PATCH] Build/Test Tools: 6.8 post-branching updates. This makes some post-branching changes to the 6.8 branch: - Pins the most newest supported version of PHP for the local Docker environment - Switches to using remote references for GitHub Action workflows - Removes GitHub Action workflow files that will never run from this branch. See #63164. Built from https://develop.svn.wordpress.org/branches/6.8@60092 git-svn-id: http://core.svn.wordpress.org/branches/6.8@59428 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 6a6fad6383..c167568344 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-RC1-60090'; +$wp_version = '6.8-RC1-60092'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.