mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user