csv/.woodpecker.yml

19 lines
346 B
YAML
Raw Normal View History

2022-07-26 10:05:14 +02:00
matrix:
PHP_VERSION:
2023-09-29 15:59:35 +02:00
- deblan/php:7.3
- deblan/php:7.4
- deblan/php:8.0
- deblan/php:8.1
2023-10-06 23:18:29 +02:00
- deblan/php:8.2
2022-07-26 10:05:14 +02:00
2023-09-29 15:57:56 +02:00
steps:
2022-07-26 10:05:14 +02:00
dependencies:
2023-09-29 15:59:35 +02:00
image: ${PHP_VERSION}
2022-07-26 10:05:14 +02:00
commands:
2023-10-06 22:58:46 +02:00
- composer install
- composer require --dev phpunit/phpunit
2022-07-26 10:05:14 +02:00
tests:
2023-09-29 16:00:14 +02:00
image: ${PHP_VERSION}
2022-07-26 10:05:14 +02:00
commands:
- php ./vendor/bin/phpunit