Add php-xml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Raoul Snyman 2022-06-01 21:53:13 -07:00
parent 4c0d1747e4
commit 52cd19f348

View File

@ -2,5 +2,5 @@ pipeline:
test: test:
image: debian:bullseye image: debian:bullseye
commands: commands:
- apt-get update && apt-get install -y curl git make php-cli php-zip unzip p7zip-full - apt-get update && apt-get install -y curl git make php-cli php-zip php-xml unzip p7zip-full
- make test - make test