Skip to content

✨ allow phpstan 2 #11

✨ allow phpstan 2

✨ allow phpstan 2 #11

name: Run grumphp with different versions
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['8.2', '8.3', '8.4']
phpstan: ['1', '2']
container:
image: kanti/buildy:${{ matrix.php }}
steps:
- uses: actions/checkout@v2
- run: composer require phpstan/phpstan:^${{ matrix.phpstan }}
- run: ./vendor/bin/grumphp run