Build/Test Tools: Pin Gutenberg version for 6.5 branch.

The minimum required version of WordPress for the Gutenberg plugin as of version 19.8.0 is now 6.6. This pins the final version that supported WordPress 6.5 to ensure E2E tests continue to pass.

Props bernhard-reiter.
Fixes 62488.
Built from https://develop.svn.wordpress.org/branches/6.5@59518


git-svn-id: http://core.svn.wordpress.org/branches/6.5@58904 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2024-12-16 14:39:16 +00:00
parent 69851d0b53
commit 6e8c780063
1 changed files with 1 additions and 1 deletions

View File

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