Skip to content

Commit

Permalink
Update comment and fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
asispts committed Jan 28, 2025
1 parent 0ce96c6 commit 7249a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ jobs:
uses: actions/checkout@v4

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

0 comments on commit 7249a25

Please sign in to comment.