Use Debian so that we have a compatible set of phpunit and php
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Raoul Snyman 2022-06-01 21:48:35 -07:00
parent 816b1323cb
commit c9032f635a

View File

@ -1,6 +1,6 @@
pipeline:
test:
image: php:7-cli
image: debian:bullseye
commands:
- apt-get update && apt-get install -y make
- apt-get update && apt-get install -y git make php-cli php-zip unzip p7zip-full
- make test