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 fb2812c commit f36117aCopy full SHA for f36117a
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: Setup php-fpm for Macos
82
if: matrix.os == 'macos-14'
83
run: |
84
- brew install --with-fpm php@${{ matrix.php-version }}
+ brew install php@${{ matrix.php-version }}
85
echo "/opt/homebrew/opt/php@${{ matrix.php-version }}/bin" >> "$GITHUB_PATH"
86
87
- name: PHP version
0 commit comments