Skip to content

Commit 19bf218

Browse files
committed
Update steps
1 parent be3c27f commit 19bf218

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ jobs:
101101
export HOMEBREW_NO_ANALYTICS=1
102102
echo '/home/linuxbrew/.linuxbrew/bin' >> $GITHUB_PATH
103103
/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.
107104
- name: Install latest libxml2 on PHP 8.4 (linux only)
108105
if: ${{ matrix.os == 'ubuntu-latest' && matrix.php == '8.4' }}
109106
run: |

0 commit comments

Comments
 (0)