From 4d7298ac0d437a289f3797e18d13c350272e0847 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Wed, 15 Jul 2026 16:03:50 +0300 Subject: [PATCH] Remove BC checking in CI --- .github/workflows/bc.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/bc.yml 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']