Skip to content

Commit b0c658f

Browse files
committed
Merge branch 'PHP-8.1'
2 parents 663b037 + ab58e4a commit b0c658f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/actions/brew/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ runs:
2727
gd \
2828
libzip \
2929
gmp \
30-
tidyp \
30+
tidy-html5 \
3131
libxml2 \
32+
libjpeg \
3233
libxslt \
3334
postgresql
3435
brew link icu4c gettext --force

.github/actions/configure-macos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
--enable-soap \
3939
--enable-xmlreader \
4040
--with-xsl \
41-
--with-tidy=/usr/local/opt/tidyp \
41+
--with-tidy=/usr/local/opt/tidy-html5 \
4242
--with-libxml \
4343
--enable-sysvsem \
4444
--enable-sysvshm \

0 commit comments

Comments
 (0)