From e363833437dcdfb10b0ea09124de85b96e12b4e8 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 29 Aug 2022 13:12:37 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/82/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/82/install.sh b/plugins/php/versions/82/install.sh index c18779c45..83aaa8990 100755 --- a/plugins/php/versions/82/install.sh +++ b/plugins/php/versions/82/install.sh @@ -16,7 +16,7 @@ function version_lt() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" function version_ge() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" == "$1"; } -version=8.2.0alpha2 +version=8.2.0beta3 PHP_VER=82 Install_php() {