Better matrix builds
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is running
ci/woodpecker/manual/woodpecker Pipeline was successful
Build and test / requirements (push) Failing after 14m39s

This commit is contained in:
Jens True 2024-03-21 10:12:50 +00:00
parent aa91f25d3c
commit 66ad8aa592

@ -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