Skip to content

docs: add Commercial and Public providers tables to README #4

docs: add Commercial and Public providers tables to README

docs: add Commercial and Public providers tables to README #4

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