Skip to content

Remove utf8 encoding comments #82

Remove utf8 encoding comments

Remove utf8 encoding comments #82

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