Skip to content

Form // add early return in case the form is disabled. #52

Form // add early return in case the form is disabled.

Form // add early return in case the form is disabled. #52

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"]