Skip to content

Commit

Permalink
grpc/protobuf: manually force the latest version
Browse files Browse the repository at this point in the history
Test: grpc, protobuf
  • Loading branch information
Gounlaf authored and mlocati committed Apr 13, 2023
1 parent f825f92 commit 606dd10
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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 @@ -3064,7 +3068,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 606dd10

Please sign in to comment.