Skip to content

php-qa.yml // only php-lint on PHP 8.3 but not execute unit tests. #12

php-qa.yml // only php-lint on PHP 8.3 but not execute unit tests.

php-qa.yml // only php-lint on PHP 8.3 but not execute unit tests. #12

Workflow file for this run

name: PHP-QA
on: [ push ]
jobs:
lint-php:
uses: inpsyde/reusable-workflows/.github/workflows/lint-php.yml@main
strategy:
matrix:
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
with:
PHP_VERSION: ${{ matrix.php }}
tests-unit-php:
uses: inpsyde/reusable-workflows/.github/workflows/tests-unit-php.yml@main
strategy:
matrix:
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
with:
PHP_VERSION: ${{ matrix.php }}