Skip to content

Release of 6.10.0 (#652) #9

Release of 6.10.0 (#652)

Release of 6.10.0 (#652) #9

Workflow file for this run

name: PHPStan
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
- name: Checkout
uses: actions/[email protected]
- name: Composer install
run: composer install
- name: Run PHPStan
run: composer run-script phpstan