Updated Woodpecker config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-03-06 23:08:32 -05:00
parent 437faaaa99
commit 4dd7885d4c

View File

@ -1,16 +1,16 @@
pipeline: pipeline:
setup: setup:
image: php:8.1 image: composer:2.2
commands: commands:
- composer install - composer install
phpcs: phpcs:
group: test group: test
image: php:8.1 image: composer:2.2
commands: commands:
- composer run-script phpcs - composer run-script phpcs
phpmd: phpmd:
group: test group: test
image: php:8.1 image: composer:2.2
commands: commands:
- composer run-script phpmd - composer run-script phpmd