Skip to content

Commit dc316ea

Browse files
committed
Build/Test Tools: Change the default value of LOCAL_PHP.
This changes the default value for `LOCAL_PHP` in the 5.8 branch from `latest` to `8.0-fpm` to reflect the highest version of PHP this branch will support (with beta support). After this change, future updates to the `latest` container built and published by the `wpdev-docker-images` repository will not cause failures in this branch. Follow up to [57198], [57198]. See #60095. git-svn-id: https://develop.svn.wordpress.org/branches/5.8@57200 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 967253f commit dc316ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env

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

1818
# The PHP version to use. Valid options are 'latest', and '{version}-fpm'.
19-
LOCAL_PHP=latest
19+
LOCAL_PHP=8.0-fpm
2020

2121
##
2222
# The PHPUnit version to use when running tests.

0 commit comments

Comments
 (0)