From 2d8ba6acd947b8c1c96f54ef3bbc27deecbe56d6 Mon Sep 17 00:00:00 2001 From: davidbaumwald Date: Mon, 10 Jan 2022 16:45:04 +0000 Subject: [PATCH] Build/Test Tools: Re-enable E2E tests for the 5.8 branch. After the 5.9 branch was created, [52449] updated the workflow for testing old branches to include 5.9. However, the E2E tests `-branch` condition was updated to 5.9 instead of adding an additional branch condition for 5.9. This commit re-enables the E2E tests for 5.8. Props desrosj, hellofromTonya. Fixes #54749. Built from https://develop.svn.wordpress.org/trunk@52546 git-svn-id: http://core.svn.wordpress.org/trunk@52136 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 972076b7dc..71d348cf81 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52545'; +$wp_version = '6.0-alpha-52546'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.