We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861a123 commit ac4d51bCopy full SHA for ac4d51b
.travis.yml
@@ -28,6 +28,13 @@ matrix:
28
- php: nightly
29
install:
30
- composer install --no-interaction --ignore-platform-reqs
31
+ - php: 7.4
32
+ name: "Backward compatibility check"
33
+ install:
34
+ - composer require --dev roave/backward-compatibility-check
35
+ - composer install --no-interaction
36
+ script:
37
+ - vendor/bin/roave-backward-compatibility-check
38
39
40
- composer install --no-interaction
0 commit comments