Skip to content

Commit 5bdfe43

Browse files
committed
Use PHP 8.3
1 parent ee36d7f commit 5bdfe43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585

8686
# This is a temporary solution.
8787
# 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' }}
88+
- name: Install latest libxml2 on PHP 8.3 (linux only)
89+
if: ${{ matrix.os == 'ubuntu-latest' && matrix.php == '8.3' }}
9090
run: |
9191
sudo apt-get update
9292
sudo apt-get install -y wget build-essential

0 commit comments

Comments
 (0)