mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 08:16:13 +02:00
tea/.gitlab/pipeline/jobs/php-lint-php8.0.yml
Łukasz Uznański f49a8bcae3
[TASK] Add php8 compatibility (#311)
Resolves: #287

Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
2021-09-23 10:50:10 +02:00

7 lines
118 B
YAML

php-lint-php8.0:
extends: .default
image: php:8.0
stage: lint
needs: [ ]
script:
- composer ci:php:lint