Skip to content

Commit

Permalink
Install grpc 1.57.0 by default (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati authored Aug 15, 2023
1 parent c38194c commit 3b15696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -2837,7 +2837,7 @@ installRemoteModule() {
fi
if test -z "$installRemoteModule_version"; then
# See https://github.com/protocolbuffers/protobuf/issues/10619
installRemoteModule_version=1.56.0
installRemoteModule_version=1.57.0
fi
if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then
case "$DISTRO_VERSION" in
Expand Down

0 comments on commit 3b15696

Please sign in to comment.