Skip to content

FormRow // add spacing to "disabled" selector. #56

FormRow // add spacing to "disabled" selector.

FormRow // add spacing to "disabled" selector. #56

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:
uses: inpsyde/reusable-workflows/.github/workflows/coding-standards-php.yml@main
with:
PHPCS_ARGS: '--report=summary'
tests-unit-php:
uses: inpsyde/reusable-workflows/.github/workflows/tests-unit-php.yml@main
with:
PHP_MATRIX: >-
["8.0", "8.1", "8.2"]