Skip to content

use a PHPUnit bridge version that is compatible with recent PHPUnit releases #10

use a PHPUnit bridge version that is compatible with recent PHPUnit releases

use a PHPUnit bridge version that is compatible with recent PHPUnit releases #10

Workflow file for this run

name: Static analysis
on:
push:
branches:
- master
pull_request:
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: PHPStan
uses: docker://oskarstark/phpstan-ga
with:
args: analyze --no-progress