Skip to content

Update README.md

Update README.md #10

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"]
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"]
with:
PHP_VERSION: ${{ matrix.php }}