Passed
Push — changelog-update ( bdf6a8...e2239a )
by Claudio
14:08 queued 08:25
created

Checkout Config

build:
  nodes:
    analysis:
      environment:
        apt_packages:
          - libmagickwand-dev
          - libmagickcore-dev
        php:
          version: 7.4
          pecl_extensions:
            - apcu
            - imagick
            - zip

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - js-scrutinizer-run
filter:
    excluded_paths:
        - 'spec/*'
checks:
    php: true
    javascript: true
coding_style:
    php: {  }