Hardcode last protobuf version (#636)
See https://github.com/protocolbuffers/protobuf/issues/10619pull/637/head 1.5.40
parent
8a5b7e62e6
commit
7d1ca9fd6b
|
@ -2957,6 +2957,9 @@ installRemoteModule() {
|
||||||
if test -z "$installRemoteModule_version"; then
|
if test -z "$installRemoteModule_version"; then
|
||||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||||
installRemoteModule_version=3.12.4
|
installRemoteModule_version=3.12.4
|
||||||
|
else
|
||||||
|
# see https://github.com/protocolbuffers/protobuf/issues/10619
|
||||||
|
installRemoteModule_version=3.21.6
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue