Skip to content

Use newMigrationPath and newMigrationNamespace if sourceNamespaces and sourcePaths are not specified #212

Use newMigrationPath and newMigrationNamespace if sourceNamespaces and sourcePaths are not specified

Use newMigrationPath and newMigrationNamespace if sourceNamespaces and sourcePaths are not specified #212

Workflow file for this run

on:
pull_request:
paths: &paths
- 'src/**'
- '.github/workflows/bc.yml'
- 'composer.json'
push:
branches: ['master']
paths: *paths
name: backwards compatibility
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
roave_bc_check:
uses: yiisoft/actions/.github/workflows/bc.yml@master
with:
php: >-
['8.5']