diff --git a/update.sh b/update.sh index 31dd618..12db63d 100755 --- a/update.sh +++ b/update.sh @@ -2,7 +2,7 @@ set -eo pipefail declare -A php_version=( - [default]='7.3' + [default]='7.2' [14.0]='7.2' [13.0]='7.2' )