kind: pipeline name: syntax-php7.0 steps: - name: syntax-php7.0 image: ghcr.io/nextcloud/continuous-integration-php7.0:php7.0-19 commands: - composer install - ./vendor/bin/parallel-lint --exclude vendor/ . trigger: branch: - master - stable* event: - pull_request - push --- kind: pipeline name: syntax-php7.1 steps: - name: syntax-php7.1 image: ghcr.io/nextcloud/continuous-integration-php7.1:php7.1-16 commands: - composer install - ./vendor/bin/parallel-lint --exclude vendor/ . trigger: branch: - master - stable* event: - pull_request - push