Passed
Push — master ( 00f5f9...789017 )
by Michał
21:02
created

Checkout Config

build:
    nodes:
      php73:
        environment:
          php: 7.3
      php74:
        environment:
          php: 7.4
      php80:
        environment:
          php: 8.0
      coverage:
        tests:
          override:
            - command: 'vendor/bin/phpunit --coverage-clover=build/logs/clover.xml'
              coverage:
                file: 'build/logs/clover.xml'
                format: 'clover'

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
            environment:
                node:
                    version: 6.0.0
        tests: true
checks:
    php: true
filter: {  }
coding_style:
    php: {  }