Passed
Push — master ( df412d...80a15a )
by Carsten
27:08 queued 11:19
created

Checkout Config

# .scrutinizer.yml

build:

  dependencies:
    before:
      - rm composer.lock

  tests:
    override:
      -
        command: 'phpdbg -qrr vendor/bin/phpunit --coverage-clover tests/build/clover.xml'
        coverage:
          file: 'tests/build/clover.xml'
          format: 'clover'

  nodes:

    php73:
      environment:
        php: 7.3

    php74:
      environment:
        php: 7.4

    php80:
      environment:
        php: 8.0


checks:
  php: true


filter:
  excluded_paths:
    - tests/*

Repository Config

# language: php

# tests: true