Passed
Push — master ( 3c33c7...39f805 )
by Andrey
17:38 queued 01:43
created

Checkout Config

build:
  image: default-bionic
  environment:
    php: 8.1.12
  nodes:
    analysis:
      tests:
        override:
          - "php-scrutinizer-run"

checks:
  php:
    code_rating: true
    duplication: true

filter:
  excluded_paths:
    - vendor/*

before_commands:
  - "composer install --prefer-source"

Repository Config

build:
  image: default-bionic
  environment:
    php: 8.1.12
  nodes:
    analysis:
      tests:
        override:
          - "php-scrutinizer-run"

checks:
  php:
    code_rating: true
    duplication: true

filter:
  excluded_paths:
    - vendor/*

before_commands:
  - "composer install --prefer-source"