[Ubuntu] add php 8.2 (#6745)

This commit is contained in:
Shivam Mathur
2022-12-12 15:46:35 +05:30
committed by GitHub
parent 0810b54837
commit 02c31c9246
3 changed files with 5 additions and 3 deletions

View File

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

View File

@@ -302,7 +302,8 @@
"7.3",
"7.4",
"8.0",
"8.1"
"8.1",
"8.2"
]
},
"selenium": {

View File

@@ -304,7 +304,8 @@
"versions": [
"7.4",
"8.0",
"8.1"
"8.1",
"8.2"
]
},
"rubygems": [