summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index c4989756..c5153f72 100755
--- a/update.sh
+++ b/update.sh
@@ -4,7 +4,6 @@ set -eo pipefail
declare -A php_version=(
[default]='7.2'
[14.0]='7.2'
- [13.0]='7.2'
)
declare -A cmd=(
@@ -74,7 +73,7 @@ variants=(
fpm-alpine
)
-min_version='13.0'
+min_version='14.0'
# version_greater_or_equal A B returns whether A >= B
function version_greater_or_equal() {