Add support for unstable versions

This commit is contained in:
Shivam Mathur
2020-02-16 00:25:50 +05:30
parent 40944de129
commit 3a473c9a22
6 changed files with 53 additions and 31 deletions

View File

@ -187,6 +187,7 @@ version=$1
nodot_version=${1/./}
old_versions="5.[3-5]"
existing_version=$(php-config --version | cut -c 1-3)
[[ -z "${update}" ]] && update='false' || update="${update}"
# Setup PHP
step_log "Setup PHP"