Passed
Push — main ( 5a167b...f79738 )
by Bingo
03:14 queued 12s
created

Checkout Config

before_commands:
    - "composer install --no-interaction"
build:
  nodes:
    php74:
      environment:
        php: 7.4
        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