Skip to content

chore: Update PHPStan configuration to use Composer version and set P… #9

chore: Update PHPStan configuration to use Composer version and set P…

chore: Update PHPStan configuration to use Composer version and set P… #9

name: PHPStan PHP code issues
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- uses: php-actions/phpstan@v3
with:
path: src/
version: "composer"
php_version: 8.3