mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 06:36:13 +01:00
6 lines
136 B
YAML
6 lines
136 B
YAML
php-lint-php8.2:
|
|
image: ghcr.io/sbuerk/demo-core-testing-php82:latest
|
|
stage: lint
|
|
needs: [ ]
|
|
script:
|
|
- composer ci:php:lint
|