Passed
Branch master (a865a9)
by Tim
03:16 queued 17s
created

Repository Config

build:
    environment:
        php:
            version: "7.4"
            ini:
                memory_limit: "-1"
    nodes:
        my-node:
            services:
                ldap:
                    image: lscr.io/linuxserver/ldap-auth
                    # Define any additional environment variables that are needed by the service.
                    env:
                        TZ: 'Europe/Amsterdam'

                        # We automatically forward these ports from your localhost to the service's port.
                        # Alternatively, you can also access the service on the "$SERVICE_SOME_NAME_IP"
                        # environment variable.
                    ports:
                        - service_port: 8888
                          local_port: 3389

        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 }