mirror of
git://develop.git.wordpress.org/
synced 2025-03-24 22:10:02 +01:00
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. git-svn-id: https://develop.svn.wordpress.org/branches/5.8@58665 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3593727e56
commit
a6d0c70c73
@ -32,7 +32,7 @@ services:
|
||||
# The PHP container.
|
||||
##
|
||||
php:
|
||||
image: wordpressdevelop/php:${LOCAL_PHP-latest}
|
||||
image: wordpressdevelop/php:${LOCAL_PHP-8.0-fpm}
|
||||
|
||||
networks:
|
||||
- wpdevnet
|
||||
@ -61,7 +61,7 @@ services:
|
||||
# The MySQL container.
|
||||
##
|
||||
mysql:
|
||||
image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-latest}
|
||||
image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-5.7}
|
||||
platform: linux/amd64
|
||||
|
||||
networks:
|
||||
@ -90,7 +90,7 @@ services:
|
||||
# The WP CLI container.
|
||||
##
|
||||
cli:
|
||||
image: wordpressdevelop/cli:${LOCAL_PHP-latest}
|
||||
image: wordpressdevelop/cli:${LOCAL_PHP-8.0-fpm}
|
||||
|
||||
networks:
|
||||
- wpdevnet
|
||||
@ -120,7 +120,7 @@ services:
|
||||
# The PHPUnit container.
|
||||
##
|
||||
phpunit:
|
||||
image: wordpressdevelop/phpunit:${LOCAL_PHPUNIT-latest}
|
||||
image: wordpressdevelop/phpunit:${LOCAL_PHPUNIT-8.0-fpm}
|
||||
|
||||
networks:
|
||||
- wpdevnet
|
||||
|
Loading…
x
Reference in New Issue
Block a user