mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2025-01-22 13:51:29 +01:00
Don't install beta version of Tensor for PHP 8+
Test: tensor
This commit is contained in:
parent
479a44234e
commit
389f8c28ad
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user