summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2023-05-31 15:17:36 +0000
committerGitHub <noreply@github.com>2023-05-31 15:17:36 +0000
commit22d28e45cdcdb553239af45c7b1566d628f72bc6 (patch)
tree4ef8b5f402659abc9623bddaefb929d8d1120ceb /update.sh
parentfb5866ada90529aa04da11c9b0f96511b61a09d5 (diff)
Alpine 3.18 & PHP 8.2 (#1989)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index 3b0c7dd4..8282d826 100755
--- a/update.sh
+++ b/update.sh
@@ -2,8 +2,8 @@
set -eo pipefail
declare -A alpine_version=(
- [default]='3.17'
[25]='3.16'
+ [default]='3.18'
)
declare -A debian_version=(
@@ -11,7 +11,8 @@ declare -A debian_version=(
)
declare -A php_version=(
- [default]='8.1'
+ [25]='8.1'
+ [default]='8.2'
)
declare -A cmd=(