Merge pull request #344 from mlocati/tensor

Don't install beta version of Tensor for PHP 8+
pull/345/head 1.2.27
Michele Locati 2021-06-08 10:12:40 +02:00 committed by GitHub
commit 6ea57d935c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -2147,8 +2147,6 @@ installRemoteModule() {
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 703; then
installRemoteModule_version=2.2.3
elif test $PHP_MAJMIN_VERSION -ge 800; then
installRemoteModule_version=beta
fi
fi
;;