Passed
Pull Request — master (#14)
by
unknown
02:36
created

Repository Config

build:
    image: default-bionic
    environment:
        #variables:
        #    LD_LIBRARY_PATH: /usr/include/
        #apt_packages:
        #    - libldb-dev
        #    - libldap2-dev
        php:
            version: "8.2"
            # Impossible to get working due to bug: https://bugs.php.net/bug.php?id=49876
            #compile_options: '--with-ldap=shared,/usr/lib/x86_64-linux-gnu/'
            ini:
                memory_limit: "-1"
    dependencies:
        override:
            - composer install --ignore-platform-req=ext-ldap
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
tools:
    php_cs_fixer:
        config: { level: psr12 }