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