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.
2 parents 6c555ce + 76c20a1 commit 32b44c6Copy full SHA for 32b44c6
.github/workflows/ci.yml
@@ -82,6 +82,8 @@ jobs:
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"
87
88
- name: PHP version
89
0 commit comments