mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-11 09:32:41 +00:00
Don't install beta version of Tensor for PHP 8+
Test: tensor
This commit is contained in:
parent
479a44234e
commit
389f8c28ad
1 changed files with 0 additions and 2 deletions
|
@ -2147,8 +2147,6 @@ installRemoteModule() {
|
||||||
if test -z "$installRemoteModule_version"; then
|
if test -z "$installRemoteModule_version"; then
|
||||||
if test $PHP_MAJMIN_VERSION -le 703; then
|
if test $PHP_MAJMIN_VERSION -le 703; then
|
||||||
installRemoteModule_version=2.2.3
|
installRemoteModule_version=2.2.3
|
||||||
elif test $PHP_MAJMIN_VERSION -ge 800; then
|
|
||||||
installRemoteModule_version=beta
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue