Passed
Push — master ( 62528d...f6ce91 )
by Zangra
04:28 queued 02:11
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: {}