Skip to content

Commit b0dd94b

Browse files
committed
PHP 8.5 will be supported by WP 6.9.
Also updates the `cli` image version.
1 parent 4f8e464 commit b0dd94b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ LOCAL_PORT=8889
1515
LOCAL_DIR=src
1616

1717
# The PHP version to use. Valid options are 'latest', and '{version}-fpm'.
18-
LOCAL_PHP=8.4-fpm
18+
LOCAL_PHP=8.5-fpm
1919

2020
# Whether or not to enable Xdebug.
2121
LOCAL_PHP_XDEBUG=false

docker-compose.yml

Lines changed: 2 additions & 2 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-8.4-fpm}
35+
image: wordpressdevelop/php:${LOCAL_PHP-8.5-fpm}
3636

3737
networks:
3838
- wpdevnet
@@ -95,7 +95,7 @@ services:
9595
# The WP CLI container.
9696
##
9797
cli:
98-
image: wordpressdevelop/cli:${LOCAL_PHP-latest}
98+
image: wordpressdevelop/cli:${LOCAL_PHP-8.5-fpm}
9999

100100
networks:
101101
- wpdevnet

0 commit comments

Comments
 (0)