summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2023-05-25 23:03:53 +0000
committerGitHub <noreply@github.com>2023-05-25 23:03:53 +0000
commit8394b4967cadad4167fcee903e0e61e8b5299b24 (patch)
tree9c9232d77330c637b1f2ff358d4aea70e7130f0a /update.sh
parent9b84086ab9e8409437c3aa1b8c6ce9db4c2250bb (diff)
EOL 24 (#1988)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/update.sh b/update.sh
index 608f263e..d044b77f 100755
--- a/update.sh
+++ b/update.sh
@@ -2,13 +2,11 @@
set -eo pipefail
declare -A alpine_version=(
- [24]='3.16'
[25]='3.16'
[default]='3.17'
)
declare -A php_version=(
- [24]='8.0'
[default]='8.1'
)
@@ -83,7 +81,7 @@ variants=(
fpm-alpine
)
-min_version='24'
+min_version='25'
# version_greater_or_equal A B returns whether A >= B
function version_greater_or_equal() {