Passed
Push — main ( 0416fa...c3f05b )
by Seth
01:34 queued 10s
created

Repository Config

build:
    image: default-bionic
    environment:
        php: 8.1.2
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                  - php-scrutinizer-run --sub-project-dir=src/ --enable-security-analysis
                  
                  
filter:
    excluded_paths:
        - 'tests/*'
    dependency_paths:
        - vendor/
checks:
    php: true