Skip to content

Fixed compatibility of EventLogger::log with PSR log #29

Fixed compatibility of EventLogger::log with PSR log

Fixed compatibility of EventLogger::log with PSR log #29

Workflow file for this run

name: PHP Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Start Docker Containers
run: docker-compose up -d
- name: Install dependencies
run: docker-compose exec -T php composer install
- name: Run Tests
run: docker-compose exec -T php composer test