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 ee36d7f commit 5bdfe43Copy full SHA for 5bdfe43
.github/workflows/test.yml
@@ -85,8 +85,8 @@ jobs:
85
86
# This is a temporary solution.
87
# Once ubuntu-latest includes the latest libxml2 version, this step can be removed.
88
- - name: Install latest libxml2 on PHP 8.4 (linux only)
89
- if: ${{ matrix.os == 'ubuntu-latest' && matrix.php == '8.4' }}
+ - name: Install latest libxml2 on PHP 8.3 (linux only)
+ if: ${{ matrix.os == 'ubuntu-latest' && matrix.php == '8.3' }}
90
run: |
91
sudo apt-get update
92
sudo apt-get install -y wget build-essential
0 commit comments