From a86ff19b0b480f84817e22c4b8dd6ff447584751 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 31 May 2024 18:57:29 +0000 Subject: [PATCH] Build/Test Tools: Make the logic around Playground testing reusable. The workflow responsible for testing the build process is currently responsible for creating a ZIP file of the WordPress build and storing it as an artifact. This can be used for manual testing, but is mainly used for spinning up a Playground instance. Because of how comments with Playground testing instructions are left pull requests. the pull request number needs to be stored as a workflow artifact as well. This moves the logic responsible for this to the reusable workflow, which allows older branches to make use of Playground testing without additional maintenance burden. See #59416. Built from https://develop.svn.wordpress.org/trunk@58274 git-svn-id: http://core.svn.wordpress.org/trunk@57735 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 8d57daa826..937478df73 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58273'; +$wp_version = '6.6-alpha-58274'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.