Build/Test Tools: Add 7.0-RC2 to upgrade testing workflows.

Since this workflow tests based on tagged versions available through WP-CLI, the pre-release versions need to be used.

Follow up to [62160].

See #64966.
Built from https://develop.svn.wordpress.org/trunk@62166


git-svn-id: http://core.svn.wordpress.org/trunk@61448 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2026-03-27 17:34:41 +00:00
parent 3647045039
commit cc54f28979

View File

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