mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2025-03-31 01:03:50 +02:00
7 lines
118 B
YAML
7 lines
118 B
YAML
php-lint-php8.3:
|
|
extends: .default
|
|
image: php:8.3
|
|
stage: lint
|
|
needs: [ ]
|
|
script:
|
|
- composer ci:php:lint
|