Skip to content

Merge pull request #539 from jrfnl/feature/fix-changelog #153

Merge pull request #539 from jrfnl/feature/fix-changelog

Merge pull request #539 from jrfnl/feature/fix-changelog #153

Workflow file for this run

name: "PHPStan"
on:
- push
- pull_request
permissions:
contents: read
jobs:
tests:
name: "PHPStan"
runs-on: ubuntu-latest
strategy:
matrix:
php-version:
- "7.2"
- "8.3"
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: "${{ matrix.php-version }}"
coverage: none
- uses: ramsey/composer-install@v3
with:
dependency-versions: highest
- name: Run PHPStan
run: composer phpstan