Passed
Push — master ( 3beb4d...92e9de )
by Robert
14:03 queued 14s
created

Checkout Config

build:
  nodes:
    analysis:
      environment:
        php:
          version: 8.0
      project_setup:
        override:
          - 'true'
      tests:
        override:
          - php-scrutinizer-run
filter:
  excluded_paths:
    - 'tests/*'
checks:
  php: true
coding_style:
  php: {  }

Repository Config

build:
    nodes:
        analysis:
        
            environment:
                php:    
                    version: 7.4
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }