summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/update.sh b/update.sh
index 708f0ead..7f317bec 100755
--- a/update.sh
+++ b/update.sh
@@ -5,7 +5,6 @@ declare -A php_version=(
[default]='7.4'
[18.0]='7.3'
[17.0]='7.3'
- [16.0]='7.3'
)
declare -A cmd=(
@@ -28,7 +27,6 @@ declare -A extras=(
declare -A crontab_int=(
[default]='5'
- [16.0]='15'
)
apcu_version="$(
@@ -80,7 +78,7 @@ variants=(
fpm-alpine
)
-min_version='16.0'
+min_version='17.0'
# version_greater_or_equal A B returns whether A >= B
function version_greater_or_equal() {
@@ -148,7 +146,7 @@ function create_variant() {
esac
case "$version" in
- 16.*|17.*|18.* )
+ 17.*|18.* )
sed -ri -e '
\@bcmath@d;
s/'"redis-${pecl_versions[redis]}"'/redis-4.3.0/g;