Skip to content

Commit ce06a8f

Browse files
committed
more output
1 parent a0a7342 commit ce06a8f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,15 @@ jobs:
8181
- name: Setup php-fpm for Macos
8282
if: matrix.os == 'macos-14'
8383
run: |
84-
find /usr/local -name "php-fpm*"
84+
find /opt/homebrew/Cellar -name "php-fpm*"
8585
8686
- name: PHP version
8787
run: |
88+
which php
8889
php --version
90+
which php-fpm
8991
php-fpm --version
92+
which php-config
9093
php-config || true
9194
9295
[[ `php --version` == PHP\ ${{ matrix.php-version }}.* ]] || exit 1;

0 commit comments

Comments
 (0)