Build/Test Tools: Pin PHP 8.3 to LOCAL_PHP in the 6.5 branch.

This ensures the local development environment and testing workflows do not break in the future when the PHP Docker container labeled `latest` changes.

Fixes #61329.
See #60095.
Built from https://develop.svn.wordpress.org/branches/6.5@58253


git-svn-id: http://core.svn.wordpress.org/branches/6.5@57716 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2024-05-30 15:20:16 +00:00
parent 2c9913655d
commit 0ea1a2d092

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.5.4-alpha-58166'; $wp_version = '6.5.4-alpha-58253';
/** /**
* 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.