Passed
Push — main ( 5c1b78...694a80 )
by Emil
04:40
created

Checkout Config

imports:
    - php

filter:
    excluded_paths: [vendor/*, test/*]

build:
    image: default-bionic

    nodes:
        my-tests:
            environment:
                php:
                    version: 8.3.3
                    # version: 8.1.13
                    # version: 8.1.17
                    # version: 8.2.4
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
                    #- phpcs-run # Not used, missing config file
    tests:
        override:
            - command: "true"  # Or "exit 0"
              coverage:
                file: "docs/coverage.clover"
                format: "php-clover"

Repository Config

# language: php