mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 08:56:13 +01:00
11 lines
194 B
YAML
11 lines
194 B
YAML
|
phpstan:
|
||
|
extends: .default
|
||
|
stage: codestyle
|
||
|
needs:
|
||
|
- build-composer-dependencies
|
||
|
- php-lint-php7.2
|
||
|
- php-lint-php7.3
|
||
|
- php-lint-php7.4
|
||
|
script:
|
||
|
- composer ci:php:stan
|