Skip to content

Commit

Permalink
Merge branch '2.x'
Browse files Browse the repository at this point in the history
* 2.x:
  Improved bc check
  • Loading branch information
acrobat committed Mar 27, 2021
2 parents f76d048 + 7d9a5b7 commit f7b634b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/backwards-compatibility.yml
@@ -0,0 +1,18 @@
name: "BC check"

on:
pull_request:

jobs:
roave_bc_check:
name: "Roave BC check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Roave BC Check
uses: docker://nyholm/roave-bc-check-ga
with:
args: --from=${{ github.event.pull_request.base.sha }}
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Expand Up @@ -28,16 +28,6 @@ jobs:
- name: Run phpunit
run: vendor/bin/phpunit --verbose

roave_bc_check:
name: Roave BC Check
runs-on: ubuntu-latest
steps:
- run: echo true
- uses: actions/checkout@v2

- name: Roave BC Check
uses: docker://nyholm/roave-bc-check-ga

phpstan:
name: PHPStan
runs-on: ubuntu-latest
Expand Down

0 comments on commit f7b634b

Please sign in to comment.