Make WordPress Core

Changeset 58658


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

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

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

    r58158 r58658  
    3333  ##
    3434  php:
    35     image: wordpressdevelop/php:${LOCAL_PHP-latest}
     35    image: wordpressdevelop/php:${LOCAL_PHP-8.3-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-8.0}
    6767
    6868    networks:
     
    9292  ##
    9393  cli:
    94     image: wordpressdevelop/cli:${LOCAL_PHP-latest}
     94    image: wordpressdevelop/cli:${LOCAL_PHP-8.3-fpm}
    9595
    9696    networks:
Note: See TracChangeset for help on using the changeset viewer.