diff --git a/.github/workflows/bc.yml b/.github/workflows/bc.yml deleted file mode 100644 index 0a90fc6..0000000 --- a/.github/workflows/bc.yml +++ /dev/null @@ -1,29 +0,0 @@ -on: - pull_request: - paths-ignore: - - 'README.md' - - 'CHANGELOG.md' - - '.gitignore' - - '.gitattributes' - - 'psalm.xml' - push: - branches: ['master'] - paths-ignore: - - 'README.md' - - 'CHANGELOG.md' - - '.gitignore' - - '.gitattributes' - - 'psalm.xml' - -name: backwards compatibility - -permissions: - contents: read -jobs: - roave_bc_check: - uses: yiisoft/actions/.github/workflows/bc.yml@master - with: - os: >- - ['ubuntu-latest'] - php: >- - ['8.1']