Skip to content

add plugin name to log context when creating error logs #49

add plugin name to log context when creating error logs

add plugin name to log context when creating error logs #49

Workflow file for this run

name: php-unit
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_version: "7.4"
php_extensions: redis exif
version: 2.x
command: require symfony/test-pack
- name: Run tests
run: php bin/phpunit --coverage-text