[Ubuntu] upgrade php version to 8.1 (#4681)

This commit is contained in:
Shivam Mathur
2021-12-08 02:09:17 +05:30
committed by GitHub
parent 77f9a979a8
commit 05b9e3e79c
3 changed files with 5 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ for version in $php_versions; do
apt-fast install -y --no-install-recommends php$version-recode
fi
if [[ $version != "8.0" ]]; then
if [[ $version != "8.0" && $version != "8.1" ]]; then
apt-fast install -y --no-install-recommends php$version-xmlrpc php$version-json
fi