Passed
Push — master ( 1cbcf6...0cf70c )
by Tim
05:41
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:
        my-node:
            services:
                ldap:
                    image: dwimberger/ldap-ad-it
                    ports:
                        # Forward 127.0.0.1:12345 -> SERVICE_IP:12345
                        - 10389
        analysis:
            project_setup:
                override: true
    tests:
        override:
            - php-scrutinizer-run --enable-security-analysis
filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
tools:
    php_cs_fixer:
        config: { level: psr12 }