mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
[Ubuntu] upgrade php version to 8.1 (#4681)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -271,7 +271,8 @@
|
||||
"7.2",
|
||||
"7.3",
|
||||
"7.4",
|
||||
"8.0"
|
||||
"8.0",
|
||||
"8.1"
|
||||
]
|
||||
},
|
||||
"selenium": {
|
||||
|
||||
@@ -270,7 +270,8 @@
|
||||
"php": {
|
||||
"versions": [
|
||||
"7.4",
|
||||
"8.0"
|
||||
"8.0",
|
||||
"8.1"
|
||||
]
|
||||
},
|
||||
"rubygems": [
|
||||
|
||||
Reference in New Issue
Block a user