Skip to content

Commit 539ccd7

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/branches/6.1@58662 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 785f5d0 commit 539ccd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
# The PHP container.
3333
##
3434
php:
35-
image: wordpressdevelop/php:${LOCAL_PHP-latest}
35+
image: wordpressdevelop/php:${LOCAL_PHP-8.2-fpm}
3636

3737
networks:
3838
- wpdevnet
@@ -63,7 +63,7 @@ services:
6363
# The MySQL container.
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

6969
networks:
@@ -92,7 +92,7 @@ services:
9292
# The WP CLI container.
9393
##
9494
cli:
95-
image: wordpressdevelop/cli:${LOCAL_PHP-latest}
95+
image: wordpressdevelop/cli:${LOCAL_PHP-8.2-fpm}
9696

9797
networks:
9898
- wpdevnet

0 commit comments

Comments
 (0)