Make WordPress Core

Changeset 58253


Ignore:
Timestamp:
05/30/2024 03:18:08 PM (6 months ago)
Author:
desrosj
Message:

Build/Test Tools: Pin PHP 8.3 to LOCAL_PHP in the 6.5 branch.

This ensures the local development environment and testing workflows do not break in the future when the PHP Docker container labeled latest changes.

Fixes #61329.
See #60095.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.5/.env

    r57678 r58253  
    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.