Build/Test Tools: Enable debugging when rerunning a failed workflow.

Follow up to [53947], [54039].

Fixes #56407.
Built from https://develop.svn.wordpress.org/trunk@54264


git-svn-id: http://core.svn.wordpress.org/trunk@53823 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2022-09-20 16:56:09 +00:00
parent d3b0d0f1df
commit fbe7454070

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-54263';
$wp_version = '6.1-alpha-54264';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.