Skip to content

Commit

Permalink
Enhancement: Run roave/backward-compatibility-check using GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and sebastianbergmann committed Sep 6, 2019
1 parent 4c62410 commit 635efd4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,15 @@ jobs:
uses: docker://php:7.3-cli
with:
args: ./tools/psalm --config=.psalm/config.xml --no-progress --shepherd --show-info=false --stats

backward-compatibility:
name: Backward Compatibility
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master

- name: Run roave/backward-compatibility-check
uses: docker://php:7.3-cli
with:
args: ./tools/roave-backward-compatibility-check --from=8.3.3
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,3 @@ after_success:

notifications:
email: false

jobs:
include:
- stage: "Static Code Analysis"
php: 7.3
env:
- TOOL="roave-backward-compatibility-check"
install:
- phpenv config-rm xdebug.ini
script:
- ./tools/roave-backward-compatibility-check --from=8.3.3

0 comments on commit 635efd4

Please sign in to comment.