Make WordPress Core

Changeset 57198


Ignore:
Timestamp:
12/18/2023 06:54:28 PM (12 months ago)
Author:
desrosj
Message:

Build/Test Tools: Change the default value of LOCAL_PHP.

This changes the default value for LOCAL_PHP in the 6.4 branch from latest to 8.3-fpm to reflect the highest version of PHP this branch will support (with beta support).

After this change, future updates to the latest container built and published by the wpdev-docker-images repository will not cause failures in this branch.

While there are currently no failures in the 6.4 branch, the latest container was recently changed from using PHP 7.4 to 8.2 and caused failures in the 5.8-6.3 branches. Pinning a PHP version to this branch now will prevent that same scenario in the future. Going forward, this should be done at the time of branching.

Older branches already have specific PHP versions defined.

See #60095.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.4/.env

    r56453 r57198  
    1616
    1717# The PHP version to use. Valid options are 'latest', and '{version}-fpm'.
    18 LOCAL_PHP=latest
     18LOCAL_PHP=8.3-fpm
    1919
    2020# Whether or not to enable Xdebug.
Note: See TracChangeset for help on using the changeset viewer.