2022-02-23 14:38:20 +01:00
|
|
|
php-lint-php8.1:
|
2024-09-17 12:23:40 +02:00
|
|
|
extends: .composer-update
|
2024-03-11 12:25:59 +01:00
|
|
|
image: ghcr.io/sbuerk/demo-core-testing-php81:latest
|
2022-02-23 14:38:20 +01:00
|
|
|
stage: lint
|
|
|
|
needs: [ ]
|
|
|
|
script:
|
|
|
|
- composer ci:php:lint
|