Make WordPress Core

Changeset 57206


Ignore:
Timestamp:
12/19/2023 03:47:28 PM (10 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 6.2 branch from latest to 8.2-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], [57199], [57200], [57201], [57202], [57205].

See #60095.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.2/.env

    r54096 r57206  
    1616
    1717# The PHP version to use. Valid options are 'latest', and '{version}-fpm'.
    18 LOCAL_PHP=latest
     18LOCAL_PHP=8.2-fpm
    1919
    2020# Whether or not to enable Xdebug.
Note: See TracChangeset for help on using the changeset viewer.