Skip to content

Commit

Permalink
Try some more
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdos committed Apr 21, 2024
1 parent 38e4cba commit 5a6d9a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
8 changes: 0 additions & 8 deletions .github/actions/configure-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,9 @@ runs:
--with-openssl \
--with-gmp="$BREW_OPT"/gmp \
--with-iconv="$BREW_OPT"/libiconv \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-sysvmsg \
--with-ffi \
--enable-zend-test \
--enable-dl-test=shared \
--enable-intl \
--with-mhash \
--with-sodium \
--enable-dba \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/etc/php.d \
${{ inputs.configurationParameters }}
3 changes: 1 addition & 2 deletions .github/actions/test-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ runs:
--offline \
--show-diff \
--show-slow 1000 \
--set-timeout 120 \
ext/phar
--set-timeout 120
- uses: actions/upload-artifact@v4
if: always() && inputs.testArtifacts != null
with:
Expand Down

0 comments on commit 5a6d9a0

Please sign in to comment.