Skip to content

fix: update deprecated filter constant #87

fix: update deprecated filter constant

fix: update deprecated filter constant #87

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
strategy:
matrix:
php: ["7.3", "7.4", "8.0", "8.1"]
secrets:
COMPOSER_AUTH_JSON: ${{ secrets.COMPOSER_AUTH_JSON }}
with:
PHPUNIT_ARGS: '--testsuite=Unit --coverage-text'
PHP_VERSION: ${{ matrix.php }}