Passed
Branch master (f6ce91)
by Zangra
05:25 queued 03:12
created

Repository Config

build:
  environment:
    php:
      version: 8.2
    variables:
      COMPOSER_VERSION: 2

  nodes:
    analysis:
      project_setup:
        override:
          - composer self-update --2
          - composer update --no-interaction --prefer-dist

      tests:
        override:
          - php-scrutinizer-run
          - 
            command: phpcs-run
            use_website_config: true

  tests: true

checks:
  php: true

coding_style:
  php: {}

filter: {}