From ce1c22957035c3a82fc563a751e80d17e826ec48 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 26 Aug 2025 16:55:31 +0000 Subject: [PATCH] Build/Test Tools: Temporarily pin the PHP 8.3 and 8.4 container images to an earlier digest to work around issues with the newer images. This pins the images to PHP 8.3.10 and 8.4.11 on Debian Bullseye pending further investigation into the root cause of the certificate verification failure affecting the connection to the database containers. This also removes memcached from the test matrix pending further investigation into the missing Memcached executable. Props desrosj, bernhard-reiter, SirLouen, johnbillion. See #63876 Built from https://develop.svn.wordpress.org/trunk@60660 git-svn-id: http://core.svn.wordpress.org/trunk@59996 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index ed2844d7b0..fbdefb831b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60659'; +$wp_version = '6.9-alpha-60660'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.