mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
[macOS] Add PHP to the toolset (#4544)
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
source ~/utils/utils.sh
|
||||
|
||||
echo Installing PHP
|
||||
brew_smart_install "php"
|
||||
phpVersionToolset=$(get_toolset_value '.php.version')
|
||||
brew_smart_install "php@${phpVersionToolset}"
|
||||
|
||||
echo Installing composer
|
||||
brew_smart_install "composer"
|
||||
|
||||
Reference in New Issue
Block a user