This commit is contained in:
+3
-3
@@ -1,16 +1,16 @@
|
||||
pipeline:
|
||||
setup:
|
||||
image: php:8.1
|
||||
image: composer:2.2
|
||||
commands:
|
||||
- composer install
|
||||
|
||||
phpcs:
|
||||
group: test
|
||||
image: php:8.1
|
||||
image: composer:2.2
|
||||
commands:
|
||||
- composer run-script phpcs
|
||||
phpmd:
|
||||
group: test
|
||||
image: php:8.1
|
||||
image: composer:2.2
|
||||
commands:
|
||||
- composer run-script phpmd
|
||||
|
||||
Reference in New Issue
Block a user