Skip to content

update changelog

update changelog #82

Workflow file for this run

name: phpstan
on: [ push, pull_request ]
jobs:
analyze:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'Apply fixes from StyleCI') }}
name: PHPStan
steps:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
tools: phpstan
- name: Run analysis
run: |
composer require --dev nunomaduro/larastan orchestra/testbench
phpstan analyse