mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 07:36:12 +01:00
7 lines
164 B
YAML
7 lines
164 B
YAML
php-lint-php8.3:
|
|
extends: .composer-update
|
|
image: ghcr.io/sbuerk/demo-core-testing-php83:latest
|
|
stage: lint
|
|
needs: [ ]
|
|
script:
|
|
- composer ci:php:lint
|