Skip to content

Commit

Permalink
Add backward compatibility check
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Dec 15, 2019
1 parent 861a123 commit e956aff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -28,6 +28,10 @@ matrix:
- php: nightly
install:
- composer install --no-interaction --ignore-platform-reqs
- php: 7.4
name: "Backward compatibility check"
script:
- vendor/bin/roave-backward-compatibility-check

install:
- composer install --no-interaction
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -23,7 +23,8 @@
"phpmyadmin/coding-standard": "^1.0",
"phpmyadmin/motranslator": "^4.0",
"phpunit/php-code-coverage": "*",
"phpunit/phpunit": "^7.4 || ^8"
"phpunit/phpunit": "^7.4 || ^8",
"roave/backward-compatibility-check": "^4.2"
},
"conflict": {
"phpmyadmin/motranslator": "<3.0"
Expand Down

0 comments on commit e956aff

Please sign in to comment.