Build/Test Tools: Adjust how the 6.8 branch is included in matrices.
Because 6.8 is not yet officially released, `6.8` cannot be used in a test matrix. This removes 6.8 from the Upgrade Testing workflow and changes the value used for the Upgrade Develop Version Testing workflow to `6.8-RC1` to confirm that updating from `6.8-RC1` to `trunk` (which is now `6.9-alpha`) is successful. Follow-up to [60093]. Props mukesh27. See #63164. Built from https://develop.svn.wordpress.org/trunk@60097 git-svn-id: http://core.svn.wordpress.org/trunk@59433 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.9-alpha-60096';
|
||||
$wp_version = '6.9-alpha-60097';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user