1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-10 09:02:42 +00:00

Install the last stable version of SSH2 (#732)

This commit is contained in:
Michele Locati 2023-04-20 21:40:07 +02:00 committed by GitHub
parent 9a9716bb6a
commit 495a062d40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View file

@ -3276,8 +3276,6 @@ installRemoteModule() {
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=0.13
else
installRemoteModule_version=beta
fi
fi
;;