mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-02 17:38:21 +01:00
Merge pull request #344 from mlocati/tensor
Don't install beta version of Tensor for PHP 8+
This commit is contained in:
commit
6ea57d935c
@ -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…
Reference in New Issue
Block a user