Test Failed
Push — main ( f46f5c...ea931b )
by Bingo
06:50
created

Checkout Config

before_commands:
    - "composer install --no-interaction"
build:
  nodes:
    php80:
      environment:
        php: 8.0
        redis: false
    #coverage:
    #  tests:
    #    override:
    #      - command: vendor/bin/phpunit
    #        coverage:
    #          file: build/logs/clover.xml                                        
    #          format: clover
    analysis:
      tests:
        override:
          - php-scrutinizer-run

Repository Config

# language: php

# tests: true