From 66ad8aa592f500d1bb93b1f3cac4e6271b93ff5b Mon Sep 17 00:00:00 2001 From: Jens True Date: Thu, 21 Mar 2024 10:12:50 +0000 Subject: [PATCH] Better matrix builds --- .woodpecker.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ca0331f..01513cc 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,19 +1,13 @@ when: - event: [push, pull_request, pull_request_closed, tag, release, manual] -matrix: - PHP_VERSION: - - 8.0 - - 8.1 - - 8.2 - - 8.3 steps: - name: requirements image: composer commands: - composer install --no-dev - name: run - image: php:${PHP_VERSION}-cli + image: php:cli-alpine commands: - ./backup show config.example.yml - name: dependencies