From 00e80bf777fd173bf025abf471e83d9715680e67 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 12 Feb 2021 16:38:04 +0000 Subject: [PATCH] Build/Test Tools: Run xDebug tests on PHP 8.0. The PHP 8 Docker container for the local WordPress environment now contains xDebug 3.x (the version required for running on PHP 8), so the `xdebug` test group can now be run. See #50401, #51802. Built from https://develop.svn.wordpress.org/trunk@50299 git-svn-id: http://core.svn.wordpress.org/trunk@49944 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 6cefdb9756..33f63dc1ad 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-beta2-50298'; +$wp_version = '5.7-beta2-50299'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.