Passed
Branch v4.2 (e49305)
by Masiukevich
09:10
created

Checkout Config

checks:
  php: true

filter:
  paths:
    - "src/*"

tools:
  external_code_coverage:
    timeout: 600

build:
  nodes:
    analysis:
      project_setup:
        override: true
      tests:
        override:
          - php-scrutinizer-run --enable-security-analysis

Repository Config

checks:
  php: true

filter:
  paths:
    - "src/*"

tools:
  external_code_coverage:
    timeout: 600

build:
  nodes:
    analysis:
      environment:
        php: 8.0.0
      project_setup:
        override: true
      tests:
        override:
          - php-scrutinizer-run --enable-security-analysis