Skip to content

Commit

Permalink
grpc/protobuf: manually force the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gounlaf committed Mar 24, 2023
1 parent 1bbb7c4 commit 297aec8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -2742,6 +2742,9 @@ installRemoteModule() {
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=1.33.1
else
# same as https://github.com/protocolbuffers/protobuf/issues/10619
installRemoteModule_version=1.53.0
fi
fi
if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then
Expand Down Expand Up @@ -3057,7 +3060,7 @@ installRemoteModule() {
installRemoteModule_version=3.12.4
else
# see https://github.com/protocolbuffers/protobuf/issues/10619
installRemoteModule_version=3.21.6
installRemoteModule_version=3.22.1
fi
fi
;;
Expand Down

0 comments on commit 297aec8

Please sign in to comment.