mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
This reverts commit 81d68d49b3.
This commit is contained in:
@@ -13,12 +13,6 @@ source $HELPER_SCRIPTS/install.sh
|
|||||||
apt-add-repository ppa:ondrej/php -y
|
apt-add-repository ppa:ondrej/php -y
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
||||||
# install specific version of libpcre2 otherwise latest ppa-hosted php fails
|
|
||||||
# https://github.com/oerdnj/deb.sury.org/issues/1682
|
|
||||||
if isUbuntu20 ; then
|
|
||||||
apt-get install -y libpcre2-8-0
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Install PHP
|
# Install PHP
|
||||||
php_versions=$(get_toolset_value '.php.versions[]')
|
php_versions=$(get_toolset_value '.php.versions[]')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user