[Ubuntu] add php 8.2 (#6745)

This commit is contained in:
Shivam Mathur
2022-12-12 11:16:35 +01:00
committed by GitHub
parent 0810b54837
commit 02c31c9246
3 changed files with 5 additions and 3 deletions
+1 -1
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
+2 -1
View File
@@ -302,7 +302,8 @@
"7.3",
"7.4",
"8.0",
"8.1"
"8.1",
"8.2"
]
},
"selenium": {
+2 -1
View File
@@ -304,7 +304,8 @@
"versions": [
"7.4",
"8.0",
"8.1"
"8.1",
"8.2"
]
},
"rubygems": [