Make WordPress Core

Changeset 57201 for branches/5.9/.env


Ignore:
Timestamp:
12/18/2023 07:52:39 PM (13 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 5.9 branch from latest to 8.1-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.

This also pins the version of PHP used in the E2E test workflow to PHP 8.0 to avoid deprecated notices related to #54914, which was not fixed until version 6.1.

Follow up to [57198], [57199], [57200].

See #60095.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.9/.env

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