Imported Upstream version 1.34.0
[platform/upstream/grpc.git] / src / php / bin / run_all_docker_images.sh
index 7969c28..a103458 100755 (executable)
@@ -17,7 +17,7 @@ set -e
 cd $(dirname $0)/../../..
 
 ALL_IMAGES=( grpc-ext grpc-src alpine centos7 php-src php-future php-zts
-             fork-support i386 )
+             fork-support i386 php8 )
 
 if [[ "$1" == "--cmds" ]]; then
   for arg in "${ALL_IMAGES[@]}"