Build/Test Tools: Add input for PHPUnit test group.

This adds a `phpunit-test-goups` input to the reusable PHPUnit test workflow for added flexibility.

When passed, only the specified test groups are run.

Props jrf.
See #52668.
Built from https://develop.svn.wordpress.org/trunk@59251


git-svn-id: http://core.svn.wordpress.org/trunk@58643 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2024-10-18 13:39:18 +00:00
parent a923a561ca
commit e4517c21a9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.7-beta3-59250';
$wp_version = '6.7-beta3-59251';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.