Skip to content

refactor: migrate Gaufrette\File to php 8.0 #361

refactor: migrate Gaufrette\File to php 8.0

refactor: migrate Gaufrette\File to php 8.0 #361

Workflow file for this run

on: [push, pull_request]
name: Roave
jobs:
roave_bc_check:
name: BC Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Composer install
run: composer require --dev roave/backward-compatibility-check
- name: Roave BC Check
run: vendor/bin/roave-backward-compatibility-check --format=github-actions