Passed
Push — master ( 4f1f32...4e61e6 )
by Jonas
02:46 queued 22s
created

Checkout Config

build:
  environment:
    php: 8.2

Repository Config

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

Global Config

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

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
    
coding_style:
    php: {  }