mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 09:56:13 +01:00
7 lines
118 B
YAML
7 lines
118 B
YAML
php-lint-php8.1:
|
|
extends: .default
|
|
image: php:8.1
|
|
stage: lint
|
|
needs: [ ]
|
|
script:
|
|
- composer ci:php:lint
|