Skip to content

Commit 5a6d9a0

Browse files
committed
Try some more
1 parent 38e4cba commit 5a6d9a0

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,9 @@ runs:
5454
--with-openssl \
5555
--with-gmp="$BREW_OPT"/gmp \
5656
--with-iconv="$BREW_OPT"/libiconv \
57-
--enable-bcmath \
58-
--enable-calendar \
59-
--enable-ftp \
60-
--enable-sysvmsg \
61-
--with-ffi \
6257
--enable-zend-test \
6358
--enable-dl-test=shared \
6459
--enable-intl \
65-
--with-mhash \
66-
--with-sodium \
67-
--enable-dba \
6860
--with-config-file-path=/etc \
6961
--with-config-file-scan-dir=/etc/php.d \
7062
${{ inputs.configurationParameters }}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ runs:
2929
--offline \
3030
--show-diff \
3131
--show-slow 1000 \
32-
--set-timeout 120 \
33-
ext/phar
32+
--set-timeout 120
3433
- uses: actions/upload-artifact@v4
3534
if: always() && inputs.testArtifacts != null
3635
with:

0 commit comments

Comments
 (0)