Build/Test Tools: Change 6.5 default values of LOCAL_PHP/LOCAL_DB_VERSION.

This changes the default values for `LOCAL_PHP` and `LOCAL_DB_VERSION` in the 6.5 branch from `latest` to `8.3-fpm` (with beta support) and `8.0`, respectively, to properly reflect the highest versions of PHP and MySQL that this branch will support.

See #61533.
Built from https://develop.svn.wordpress.org/branches/6.5@58658


git-svn-id: http://core.svn.wordpress.org/branches/6.5@58072 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2024-07-03 17:26:12 +00:00
parent 0f9ac9276b
commit 369fded277

View File

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