Skip to content

Remove unused composer dependency matrix from tests #155

Remove unused composer dependency matrix from tests

Remove unused composer dependency matrix from tests #155

Workflow file for this run

name: PHPStan
on: [ push ]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
coverage: none
- name: Install dependencies
run: composer install --no-interaction --no-scripts --no-progress --prefer-dist
- name: Execute PHPStan
run: vendor/bin/phpstan analyse