Skip to content

Commit 15481c6

Browse files
committed
Drop intl on macOS + PHP 8.1 build
Based on the discussion in GH-16286, drop the intl build from macOS + PHP 8.1, since we cannot build with supported intl versions without too many changes.
1 parent 2285d70 commit 15481c6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/actions/brew/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ runs:
3232
libjpeg \
3333
libxslt \
3434
postgresql
35-
brew reinstall icu4c@74
36-
brew link icu4c gettext --force
35+
brew link gettext --force

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ runs:
6666
--with-ffi \
6767
--enable-zend-test \
6868
--enable-dl-test=shared \
69-
--enable-intl \
7069
--with-mhash \
7170
--with-sodium \
7271
--enable-dba \

0 commit comments

Comments
 (0)