Make WordPress Core

Changeset 58662


Ignore:
Timestamp:
07/03/2024 05:29:45 PM (3 months ago)
Author:
desrosj
Message:

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

This changes the default values for LOCAL_PHP and LOCAL_DB_VERSION in the 6.1 branch from latest to 8.2-fpm (with beta support) 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/6.1/docker-compose.yml

    r58330 r58662  
    3333  ##
    3434  php:
    35     image: wordpressdevelop/php:${LOCAL_PHP-latest}
     35    image: wordpressdevelop/php:${LOCAL_PHP-8.2-fpm}
    3636
    3737    networks:
     
    6464  ##
    6565  mysql:
    66     image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-latest}
     66    image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-5.7}
    6767    platform: linux/amd64
    6868
     
    9393  ##
    9494  cli:
    95     image: wordpressdevelop/cli:${LOCAL_PHP-latest}
     95    image: wordpressdevelop/cli:${LOCAL_PHP-8.2-fpm}
    9696
    9797    networks:
Note: See TracChangeset for help on using the changeset viewer.