Skip to content

Commit dece2d8

Browse files
Fix CI/CD pipeline to be PHP version-aware.
1 parent 941d6e1 commit dece2d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ jobs:
9393
# with apt
9494
run: |
9595
sudo apt -y install \
96-
php-mbstring \
97-
php-xml \
98-
php-dev \
96+
php${{ matrix.php-version }}-mbstring \
97+
php${{ matrix.php-version }}-xml \
98+
php${{ matrix.php-version }}-dev \
9999
phpunit \
100100
build-essential \
101101
protobuf-compiler \

0 commit comments

Comments
 (0)