Skip to content

Commit a08d326

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix GA macOS brew warnings
2 parents 778bfce + 664e039 commit a08d326

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/actions/brew/action.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,15 @@ runs:
1212
sudo sed -Ei '' "s/$code.*/$code, overwrite: true\)/" "$formula_installer"
1313
1414
brew install \
15-
pkg-config \
16-
autoconf \
1715
bison \
1816
re2c
1917
brew install \
20-
21-
curl \
22-
krb5 \
2318
bzip2 \
2419
enchant \
2520
libffi \
26-
libpng \
27-
webp \
28-
freetype \
2921
intltool \
30-
icu4c \
3122
libiconv \
32-
zlib \
3323
t1lib \
34-
gd \
35-
libzip \
36-
gmp \
37-
tidy-html5 \
3824
libxml2 \
3925
libjpeg \
40-
libxslt \
41-
postgresql
42-
brew link icu4c gettext --force
26+
libxslt

0 commit comments

Comments
 (0)