Make WordPress Core

Changeset 58665


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

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

This changes the default values for LOCAL_PHP and LOCAL_DB_VERSION in the 5.8 branch from latest to 8.0-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/5.8/docker-compose.yml

    r58597 r58665  
    3333  ##
    3434  php:
    35     image: wordpressdevelop/php:${LOCAL_PHP-latest}
     35    image: wordpressdevelop/php:${LOCAL_PHP-8.0-fpm}
    3636
    3737    networks:
     
    6262  ##
    6363  mysql:
    64     image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-latest}
     64    image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-5.7}
    6565    platform: linux/amd64
    6666
     
    9191  ##
    9292  cli:
    93     image: wordpressdevelop/cli:${LOCAL_PHP-latest}
     93    image: wordpressdevelop/cli:${LOCAL_PHP-8.0-fpm}
    9494
    9595    networks:
     
    121121  ##
    122122  phpunit:
    123     image: wordpressdevelop/phpunit:${LOCAL_PHPUNIT-latest}
     123    image: wordpressdevelop/phpunit:${LOCAL_PHPUNIT-8.0-fpm}
    124124
    125125    networks:
Note: See TracChangeset for help on using the changeset viewer.