Don't install beta version of Tensor for PHP 8+

Test: tensor
pull/344/head
Michele Locati 2021-06-08 10:06:08 +02:00
parent 479a44234e
commit 389f8c28ad
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
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
;;