mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-17 16:15:24 +01:00
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:
parent
2c9913655d
commit
0ea1a2d092
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user