Make WordPress Core

Changeset 58668 for branches/5.5/.env


Ignore:
Timestamp:
07/03/2024 05:41:36 PM (20 months ago)
Author:
desrosj
Message:

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

This changes the default values for LOCAL_PHP and LOCAL_DB_VERSION in the 5.5 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.5/.env

    r55520 r58668  
    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.