Revert "Update brew for all PHP versions until updated on images"

This reverts commit 2ea6ca5b36.
This commit is contained in:
Shivam Mathur 2021-02-09 00:07:38 +05:30
parent 17349dafc1
commit 406f3c410a
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -120,8 +120,6 @@ update_dependencies() {
done <"$tap_dir/shivammathur/homebrew-php/.github/deps/${ImageOS:?}_${ImageVersion:?}" done <"$tap_dir/shivammathur/homebrew-php/.github/deps/${ImageOS:?}_${ImageVersion:?}"
wait "${to_wait[@]}" wait "${to_wait[@]}"
fi fi
# Remove once commit with bottle syntax breaking change is in images
git -C "$brew_repo" pull origin master
} }
# Function to setup PHP 5.6 and newer using Homebrew. # Function to setup PHP 5.6 and newer using Homebrew.