We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d747288 commit a0a7342Copy full SHA for a0a7342
.github/workflows/ci.yml
@@ -81,9 +81,7 @@ jobs:
81
- name: Setup php-fpm for Macos
82
if: matrix.os == 'macos-14'
83
run: |
84
- brew install php@${{ matrix.php-version }}
85
- echo "/opt/homebrew/opt/php@${{ matrix.php-version }}/bin" >> "$GITHUB_PATH"
86
- echo "/opt/homebrew/opt/php@${{ matrix.php-version }}/sbin" >> "$GITHUB_PATH"
+ find /usr/local -name "php-fpm*"
87
88
- name: PHP version
89
0 commit comments