2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 14:57:16 +08:00

feat: 更新redis和php版本

This commit is contained in:
耗子
2024-06-08 15:59:01 +08:00
parent 688801eebb
commit e941ab6661
4 changed files with 9 additions and 9 deletions

View File

@@ -65,11 +65,11 @@ if [ "${phpVersion}" == "74" ]; then
elif [ "${phpVersion}" == "80" ]; then
phpVersionCode="8.0.30"
elif [ "${phpVersion}" == "81" ]; then
phpVersionCode="8.1.28"
phpVersionCode="8.1.29"
elif [ "${phpVersion}" == "82" ]; then
phpVersionCode="8.2.19"
phpVersionCode="8.2.20"
elif [ "${phpVersion}" == "83" ]; then
phpVersionCode="8.3.7"
phpVersionCode="8.3.8"
else
echo -e $HR
echo "错误PHP-${phpVersion}不支持,请检查版本号是否正确。"