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
This commit is contained in:
desrosj
2025-09-15 19:17:29 +00:00
parent 56f5bf7904
commit e9db284b71

View File

@@ -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.