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 be3c27f commit 19bf218Copy full SHA for 19bf218
.github/workflows/test.yml
@@ -101,9 +101,6 @@ jobs:
101
export HOMEBREW_NO_ANALYTICS=1
102
echo '/home/linuxbrew/.linuxbrew/bin' >> $GITHUB_PATH
103
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
104
-
105
- # This is a temporary solution.
106
- # Once ubuntu-latest includes the latest libxml2 version, this step can be removed.
107
- name: Install latest libxml2 on PHP 8.4 (linux only)
108
if: ${{ matrix.os == 'ubuntu-latest' && matrix.php == '8.4' }}
109
run: |
0 commit comments