Skip to content

✨ add php8.3 compat #92

✨ add php8.3 compat

✨ add php8.3 compat #92

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']
typo3: [false, true]
container:
image: kanti/buildy:${{ matrix.php }}
steps:
- uses: actions/checkout@v2
- run: |
composer install --no-progress --no-scripts -n --ignore-platform-req=php+ \
&& mv phpstan-baseline-without-typo3.neon phpstan-baseline.neon
if: ${{ ! matrix.typo3 }}
- run: composer req typo3/cms-core --no-progress --no-scripts -n --ignore-platform-req=php+
if: ${{ matrix.typo3 }}
- run: ./vendor/bin/grumphp run