Build/Test Tools: Add an input to allow errors for the PHPUnit workflow.

This allows a calling workflow to configure the PHPUnit workflow to `continue-on-error` when one occurs. This is useful for older branches where support for a specific version of PHP was not at 100% within the test suite.

Follow up to [58165], [58269], [58270], [58329].

See #61213.
Built from https://develop.svn.wordpress.org/trunk@58331


git-svn-id: http://core.svn.wordpress.org/trunk@57787 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2024-06-04 13:51:13 +00:00
parent 96ab8a47b7
commit 53f25b6015

View File

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