From c9032f635af5591d129134ef201428a9a94230d7 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Wed, 1 Jun 2022 21:48:35 -0700 Subject: [PATCH] Use Debian so that we have a compatible set of phpunit and php --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9476c73..a966018 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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