Skip to content

Chore: Add #[\Override] attributes, update php-cs-fixer config, normalize composer.json #16

Chore: Add #[\Override] attributes, update php-cs-fixer config, normalize composer.json

Chore: Add #[\Override] attributes, update php-cs-fixer config, normalize composer.json #16

Workflow file for this run

name: Backward Compatibility Check
on:
pull_request:
jobs:
bc-check:
name: Backward Compatibility Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
coverage: none
- name: Install dependencies
run: composer update --no-interaction --prefer-dist
- name: Run BC Check
run: vendor/bin/roave-backward-compatibility-check