Skip to content

Commit

Permalink
grpc/protobuf: manually set the latest version to be installed (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gounlaf authored Apr 13, 2023
1 parent f825f92 commit 14919cf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -2753,6 +2753,10 @@ installRemoteModule() {
esac
fi
fi
if test -z "$installRemoteModule_version"; then
# See https://github.com/protocolbuffers/protobuf/issues/10619
installRemoteModule_version=1.53.0
fi
if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then
case "$DISTRO_VERSION" in
[email protected])
Expand Down Expand Up @@ -3063,8 +3067,8 @@ installRemoteModule() {
if test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=3.12.4
else
# see https://github.com/protocolbuffers/protobuf/issues/10619
installRemoteModule_version=3.21.6
# See https://github.com/protocolbuffers/protobuf/issues/10619
installRemoteModule_version=3.22.3
fi
fi
;;
Expand Down

0 comments on commit 14919cf

Please sign in to comment.