From 389f8c28adcbc6e9b053fbdd77d0c66c3203152a Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 8 Jun 2021 10:06:08 +0200 Subject: [PATCH] Don't install beta version of Tensor for PHP 8+ Test: tensor --- install-php-extensions | 2 -- 1 file changed, 2 deletions(-) diff --git a/install-php-extensions b/install-php-extensions index 5a7d2a6..6016a68 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -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 ;;