Skip to content

⬆️ update to rector 2 and phpstan 2 #2

⬆️ update to rector 2 and phpstan 2

⬆️ update to rector 2 and phpstan 2 #2

name: grumphp-config
on:
push:
branches: "*"
schedule:
- cron: '0 0 * * *'
jobs:
test:
name: "php: ${{ matrix.php }}"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['8.2', '8.3', '8.4']
container:
image: kanti/buildy:${{ matrix.php }}
env:
COMPOSER_ROOT_VERSION: dev-main
steps:
- uses: actions/checkout@v4
- run: git config --global --add safe.directory /__w/grumphp-config/grumphp-config
- run: cd packages/grumphp-bom-task
- run: composer install --no-progress --no-scripts -n
- run: ./vendor/bin/grumphp run --ansi