From 23f58f8af4f447bb88266846e39df9c4c156a087 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 1 Mar 2021 20:23:03 +0000 Subject: [PATCH] Build/Test Tools: PHPUnit test improvements: * Switch back to running the PHPUnit test suite against the `src` directory instead of `build` * Increase the reliability of backing up the `mu-plugins` directory during tests * Split the PHPUnit tests for PHP versions below 7.0 in half, allowing them to run in parallel and reduce the overall test run duration on GitHub Actions Merges [50441-50444] to the 5.7 branch. Fixes #51734, #51735, #52645 Built from https://develop.svn.wordpress.org/branches/5.7@50464 git-svn-id: http://core.svn.wordpress.org/branches/5.7@50075 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 a8719fc29e..38b7ca5ca2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-RC1-50457'; +$wp_version = '5.7-RC1-50464'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.