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

This commit is contained in:
Raoul Snyman 2022-06-01 21:48:35 -07:00
parent 816b1323cb
commit c9032f635a
1 changed files with 2 additions and 2 deletions

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