Make WordPress Core

Changeset 58669 for branches/5.4/.env


Ignore:
Timestamp:
07/03/2024 05:43:09 PM (22 months ago)
Author:
desrosj
Message:

Build/Test Tools: Change 5.4 default values of LOCAL_PHP/LOCAL_DB_VERSION.

This changes the default values for LOCAL_PHP and LOCAL_DB_VERSION in the 5.4 branch from latest to 7.4-fpm and 5.7, respectively, to properly reflect the highest versions of PHP and MySQL that this branch will support.

See #61533.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.4/.env

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