Skip to content

Commit 9dc9cc1

Browse files
committed
Build/Test Tools: Change 6.4 default values of LOCAL_PHP/LOCAL_DB_VERSION.
This changes the default values for `LOCAL_PHP` and `LOCAL_DB_VERSION` in the 6.4 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. git-svn-id: https://develop.svn.wordpress.org/branches/6.4@58659 602fd350-edb4-49c9-b593-d223f7449a82
1 parent cadd3c6 commit 9dc9cc1

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.3-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-8.0}
6767

6868
networks:
6969
- wpdevnet
@@ -91,7 +91,7 @@ services:
9191
# The WP CLI container.
9292
##
9393
cli:
94-
image: wordpressdevelop/cli:${LOCAL_PHP-latest}
94+
image: wordpressdevelop/cli:${LOCAL_PHP-8.3-fpm}
9595

9696
networks:
9797
- wpdevnet

0 commit comments

Comments
 (0)