Passed
Push — main ( a9710c...7f9cdf )
by Sebastian
03:36
created

Checkout Config

build:
  environment:
    php:
      version: '8.2'
  dependencies:
    before:
      - wget -O composer.phar https://getcomposer.org/composer.phar
      - chmod +x composer.phar
      - ./composer.phar install
      - ./tools/phive update-repository-list
      - echo GITHUB_AUTH_TOKEN
      - ./tools/phive install --force-accept-unsigned --trust-gpg-keys 4AA394086372C20A,31C7E470E2138192,8E730BA25823D8B5,CF1A108D0E7AE720,2DF45277AEF09A2F,51C67305FFC2E5C0
  tests:
    override:
      - command: ./tools/phpunit --coverage-clover=clover.xml
        coverage:
          file:  clover.xml
          format: php-clover
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run
coding_style:
  php:
    spaces:
      around_operators:
        concatenation: true
      ternary_operator:
        in_short_version: false
      other:
        after_type_cast: true

Repository Config

build:
    environment:
        variables:
            GITHUB_AUTH_TOKEN: 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