Make WordPress Core

Changeset 58657 for branches/6.6/.env


Ignore:
Timestamp:
07/03/2024 05:21:54 PM (13 months ago)
Author:
desrosj
Message:

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

This changes the default values for LOCAL_PHP and LOCAL_DB_VERSION in the 6.6 branch from latest to 8.3-fpm and 8.0, respectively, to properly reflect the highest version of PHP this branch will support (with beta support).

See #61533.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.6/.env

    r58097 r58657  
    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.