Make WordPress Core

Changeset 58670 for branches/5.3/.env


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

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

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

    r55522 r58670  
    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.