Skip to content

Merge pull request #32 from inpsyde/remove-utf8-encoding-comments #83

Merge pull request #32 from inpsyde/remove-utf8-encoding-comments

Merge pull request #32 from inpsyde/remove-utf8-encoding-comments #83

Workflow file for this run

name: Unit Tests
on:
workflow_dispatch:
pull_request:
paths:
- '**.php'
push:
paths:
- '**.php'
jobs:
tests-unit-php:
uses: inpsyde/reusable-workflows/.github/workflows/tests-unit-php.yml@main
secrets:
COMPOSER_AUTH_JSON: ${{ secrets.COMPOSER_AUTH_JSON }}
with:
PHPUNIT_ARGS: '--testsuite=Unit --coverage-text'
PHP_MATRIX: >-
["7.3", "7.4", "8.0", "8.1"]