Remove php 7.4 installation

pull/11090/head
deannagarcia 2 years ago committed by GitHub
parent 7e6c9844a2
commit 4465c092cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      kokoro/macos/php74/build.sh

@ -9,8 +9,9 @@ cd $(dirname $0)/../../..
source kokoro/macos/prepare_build_macos_rc
# Install Dependencies
# PHP 7.4 is already installed on the machine
brew cleanup
brew install coreutils php@7.4
brew install coreutils
# Configure path
PHP_FOLDER=$(find $HOMEBREW_PREFIX -type d -regex ".*php.*/7.4.[0-9_.]*" | sort -n | tail -n 1)

Loading…
Cancel
Save