From e9db284b71a8616d136f70bae7201bd4934ca26d Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 15 Sep 2025 19:17:29 +0000 Subject: [PATCH] Build/Test Tools: Fix tooling and PHPUnit test issues. This fixes the PHPUnit test suite for the 6.8 branch by: - Fixing issues with the `env:install` script when using newer PHP images. - Temporarily disables failing tests with ImageMagick 7 is in use. Backports [60735] and [60736] to the 6.8 branch. See #63876, #63932. Built from https://develop.svn.wordpress.org/branches/6.8@60744 git-svn-id: http://core.svn.wordpress.org/branches/6.8@60080 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 e07881d0eb..8b20d29878 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8.3-alpha-60531'; +$wp_version = '6.8.3-alpha-60744'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.