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 f36117a commit 3667c0dCopy full SHA for 3667c0d
.github/workflows/ci.yml
@@ -83,6 +83,7 @@ jobs:
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