Commit 1dfc8028d80 for php.net
commit 1dfc8028d807842c66f85a15d3678073664009de
Merge: de268272756 47fbacad439
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date: Tue Feb 3 14:49:06 2026 +0100
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3:
Make brew verbose, limit to 10 minutes
diff --cc .github/actions/brew/action.yml
index 287062e6f9f,b1e3efd088a..3b5779da5f9
--- a/.github/actions/brew/action.yml
+++ b/.github/actions/brew/action.yml
@@@ -13,11 -13,18 +13,17 @@@ 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
- brew install \
+ brew reinstall -v \
+ autoconf \
+ webp \
+ tidy-html5 \
+ libzip \
+ libsodium \
+ icu4c
+ brew install -v \
bison \
re2c
- brew install \
+ brew install -v \
- aspell \
bzip2 \
enchant \
libffi \