Completed
Push — master ( 34e402...7fcb4a )
by Tim
10:21 queued 10:18
created

Repository Config

build:
    environment:
        php:
            version: "8.2"
            ini:
                memory_limit: "-1"
    nodes:
        analysis:
            project_setup:
                override: true
            tests:
                override: [php-scrutinizer-run --enable-security-analysis]
filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
tools:
    php_cs_fixer:
        config: { level: psr2 }

Global Config

build:
    image: default-jammy
    environment:
        php:
            version: "8.4"
            ini:
                memory_limit: "-1"
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true