Build/Test Tools: Remove an extra space in the job name for PHPUnit tests.

See #52625.
Built from https://develop.svn.wordpress.org/trunk@50704


git-svn-id: http://core.svn.wordpress.org/trunk@50313 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2021-04-13 16:12:06 +00:00
parent b31964a44b
commit 2e6178bf3d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-50703';
$wp_version = '5.8-alpha-50704';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.