From ea1360defa03565836159f18c4039060c427ff31 Mon Sep 17 00:00:00 2001 From: J0WI Date: Wed, 19 Oct 2022 14:58:40 +0000 Subject: [PATCH] PHP 8.1 (#1841) Signed-off-by: J0WI Signed-off-by: J0WI --- update.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index f7fe624c..608a9bba 100755 --- a/update.sh +++ b/update.sh @@ -2,7 +2,9 @@ set -eo pipefail declare -A php_version=( - [default]='8.0' + [23]='8.0' + [24]='8.0' + [default]='8.1' ) declare -A cmd=(