Make WordPress Core

Changeset 60451


Ignore:
Timestamp:
07/14/2025 03:41:50 AM (10 months ago)
Author:
SergeyBiryukov
Message:

Tests: Re-enable the test for recommended PHP version in readme.html.

This test verifies that the WordPress readme.html file recommends a PHP version that is actively supported.

As of WordPress 6.9, the recommended version of PHP is 8.3 or greater.

Follow-up to [52260], [54074], [60437], [meta14480].

Previously:

Related:

  • #meta6612 Prepare for bumping the recommended PHP version to 8.0+
  • #meta5279 Bump the recommended PHP version to 7.4
  • #meta4009 Manage supported/recommended PHP versions in a central location

References:

See #63167.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/readme.php

    r60329 r60451  
    1212     */
    1313    public function test_readme_php_version() {
    14         $this->markTestSkipped(
    15             'Temporarily disabled. Test should be re-enabled once WordPress is fully compatible with PHP 8.0+.'
    16         );
    17 
    1814        // This test is designed to only run on trunk.
    1915        $this->skipOnAutomatedBranches();
Note: See TracChangeset for help on using the changeset viewer.