mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 13:16:14 +02:00
tea/.gitlab/pipeline/jobs/phpstan.yml
Łukasz Uznański 9c3e8abd24
Fix pipeline after dropping php support (#595)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
2022-09-26 19:40:07 +02:00

10 lines
194 B
YAML

phpstan:
extends: .default
stage: codestyle
needs:
- build-composer-dependencies
- php-lint-php7.4
- php-lint-php8.0
- php-lint-php8.1
script:
- composer ci:php:stan