Build/Test Tools: Support trunk as a version.

`trunk` is used interchangeably with `nightly`, so should be an accepted value when determining which version of WordPress is being tested.

Follow up to [59452], [59483].

Props johnbillion.
See #62221.
Built from https://develop.svn.wordpress.org/trunk@59491


git-svn-id: http://core.svn.wordpress.org/trunk@58877 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2024-12-05 18:23:22 +00:00
parent 1784ccff5b
commit fb36f6223b

View File

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