Build/Test Tools: Run upgrade tests against 6.7-RC1.

The `6.7` version tag does not exist yet. This results in the upgrade tests failing when trying to update from 6.7.

Since `6.7-RC1` exists, this should be used instead.

Follow up to [59275].

See #62221.
Built from https://develop.svn.wordpress.org/trunk@59276


git-svn-id: http://core.svn.wordpress.org/trunk@58668 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2024-10-22 18:28:15 +00:00
parent d6b95fbd12
commit 9dbcd84d99
1 changed files with 1 additions and 1 deletions

View File

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