mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
7 lines
158 B
YAML
7 lines
158 B
YAML
php-lint-php8.1:
|
|
extends: .composer-update
|
|
image: ghcr.io/typo3/core-testing-php81:latest
|
|
stage: lint
|
|
needs: [ ]
|
|
script:
|
|
- composer ci:php:lint
|