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 19bf218 commit 0ce96c6Copy full SHA for 0ce96c6
.github/workflows/test.yml
@@ -99,7 +99,7 @@ jobs:
99
if: ${{ matrix.os == 'ubuntu-latest' && matrix.php == '8.4' }}
100
run: |
101
export HOMEBREW_NO_ANALYTICS=1
102
- echo '/home/linuxbrew/.linuxbrew/bin' >> $GITHUB_PATH
+ echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH
103
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
104
- name: Install latest libxml2 on PHP 8.4 (linux only)
105
0 commit comments