Skip to content

AttributeFormatterTrait // add the Element::id() as "element" to the … #34

AttributeFormatterTrait // add the Element::id() as "element" to the …

AttributeFormatterTrait // add the Element::id() as "element" to the … #34

Workflow file for this run

name: Unit tests PHP
on:
workflow_dispatch:
push:
jobs:
lint-php:
uses: inpsyde/reusable-workflows/.github/workflows/lint-php.yml@main
with:
PHP_MATRIX: >-
["8.0", "8.1", "8.2"]
coding-standards-analysis-php:
needs: lint-php
uses: inpsyde/reusable-workflows/.github/workflows/coding-standards-php.yml@main
with:
PHPCS_ARGS: '--report=summary'
tests-unit-php:
needs: [ coding-standards-analysis-php ]
uses: inpsyde/reusable-workflows/.github/workflows/tests-unit-php.yml@main
with:
PHP_MATRIX: >-
["8.0", "8.1", "8.2"]