Skip to content

Commit

Permalink
Run roave/backward-compatibility-check against latest minor
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed May 6, 2020
1 parent fc14fdd commit ab5de36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ jobs:
env: STATIC_ANALYSIS
install: travis_retry composer install --prefer-dist
script: vendor/bin/phpstan analyse

- stage: BC checks
php: 7.4
env: BC_CHECK
post_install: wget -O roave-backward-compatibility-check.phar https://github.com/Roave/BackwardCompatibilityCheck/releases/download/4.4.0/roave-backward-compatibility-check.phar
script: ./roave-backward-compatibility-check.phar --from=v1.3.0
Binary file added roave-backward-compatibility-check.phar
Binary file not shown.

0 comments on commit ab5de36

Please sign in to comment.