Make WordPress Core

Changeset 57200


Ignore:
Timestamp:
12/18/2023 07:38:41 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 5.8 branch from latest to 8.0-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.

Follow up to [57198], [57198].

See #60095.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.8/.env

    r55517 r57200  
    1717
    1818# The PHP version to use. Valid options are 'latest', and '{version}-fpm'.
    19 LOCAL_PHP=latest
     19LOCAL_PHP=8.0-fpm
    2020
    2121##
Note: See TracChangeset for help on using the changeset viewer.