From 64b43a44dbbba999a50a02f6e5bf6b2e48d3398e Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 17 Feb 2021 19:33:07 +0000 Subject: [PATCH] Build/Test Tools: Split the single site and Multisite PHPUnit test runs on CI into separate jobs so they run in parallel. This reduces the total duration of the test suite from ~26 minutes to ~16 minutes. Hurrah! Fixes #52548 Built from https://develop.svn.wordpress.org/trunk@50379 git-svn-id: http://core.svn.wordpress.org/trunk@49990 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 205a98a0e5..7418cc09c8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-beta3-50375'; +$wp_version = '5.7-beta3-50379'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.