Skip to content

✨ add php8.3 compat #13

✨ add php8.3 compat

✨ add php8.3 compat #13

name: Run grumphp with different versions
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['8.1', '8.2', '8.3-rc']
container:
image: kanti/buildy:${{ matrix.php }}
steps:
- uses: actions/checkout@v4
- run: git config --global --add safe.directory /__w/grumphp-bom-task/grumphp-bom-task
- run: COMPOSER_ROOT_VERSION=dev-main composer install --no-progress --no-scripts -n --ignore-platform-req=php+
- run: ./vendor/bin/grumphp run