Skip to content

Commit

Permalink
Install php-xml for php7
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Sep 20, 2023
1 parent 1532682 commit fc94840
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/distributions_php7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
apt update
DEBIAN_FRONTEND=noninteractive apt install -y php-dev php-pear re2c
DEBIAN_FRONTEND=noninteractive apt install -y php-dev php-pear re2c php-xml
- name: Install pecl
run: pecl install vld-beta
- name: Build and run the testsuite
Expand All @@ -38,7 +38,7 @@ jobs:
run: rm -rf src/tests/*php8*/ src/tests/*/*_php8.phpt src/tests/disable_function/*_signal.phpt
- name: Install dependencies
run: |
dnf install -y php-devel php-pear make re2c
dnf install -y php-devel php-pear make re2c php-xml
- name: Install pecl
run: pecl install vld-beta
- name: Build and run the testsuite
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Install dependencies
run: |
apt update
DEBIAN_FRONTEND=noninteractive apt install -y php-dev
DEBIAN_FRONTEND=noninteractive apt install -y php-dev php-xml
- name: Install pecl
run: pecl install vld-beta
- name: Build and run the testsuite
Expand Down

0 comments on commit fc94840

Please sign in to comment.