Skip to content

Commit ad85bfa

Browse files
committed
Update comment and fix yaml
1 parent 0ce96c6 commit ad85bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ jobs:
9494
uses: actions/checkout@v4
9595

9696
# This is a temporary solution.
97-
# Once ubuntu-latest includes the latest libxml2 version, this step can be removed.
97+
# Once ubuntu-latest includes libxml2 >= v2.12.0, this and the following steps can be removed.
9898
- name: Install homebrew
9999
if: ${{ matrix.os == 'ubuntu-latest' && matrix.php == '8.4' }}
100100
run: |
101101
export HOMEBREW_NO_ANALYTICS=1
102-
echo "/home/linuxbrew/.linuxbrew/bin" >> $GITHUB_PATH
102+
echo "/home/linuxbrew/.linuxbrew/bin" >> "$GITHUB_PATH"
103103
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
104104
- name: Install latest libxml2 on PHP 8.4 (linux only)
105105
if: ${{ matrix.os == 'ubuntu-latest' && matrix.php == '8.4' }}

0 commit comments

Comments
 (0)