Commit 13f0fd93926 for php.net
commit 13f0fd939267226ee88fc6ac7dd12c06e9fedfc2
Merge: 83056c806c9 1dfc8028d80
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date: Tue Feb 3 14:50:14 2026 +0100
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Make brew verbose, limit to 10 minutes
diff --cc .github/actions/brew/action.yml
index 07595a5ada9,3b5779da5f9..f90a66f239d
--- a/.github/actions/brew/action.yml
+++ b/.github/actions/brew/action.yml
@@@ -13,11 -13,17 +13,18 @@@ runs
# Some packages exist on x86 but not arm, or vice versa.
# Install them with reinstall to avoid warnings.
- brew reinstall autoconf webp tidy-html5 libzip libsodium icu4c curl
- brew install \
+ brew reinstall -v \
+ autoconf \
+ webp \
+ tidy-html5 \
+ libzip \
+ libsodium \
- icu4c
++ icu4c \
++ curl
+ brew install -v \
bison \
re2c
- brew install \
+ brew install -v \
bzip2 \
enchant \
libffi \