Skip to content

Allow PSR Log 2 and 3 #28

Allow PSR Log 2 and 3

Allow PSR Log 2 and 3 #28

Workflow file for this run

name: "Static Analysis"
on:
pull_request:
branches:
- "master"
push:
branches:
- "master"
jobs:
mutation-tests:
name: "Static Analysis"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: 7.4
- name: "Install dependencies"
uses: "ramsey/composer-install@v1"
with:
dependency-versions: locked
- name: "Static Analysis"
run: "composer test:phpstan"