1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 13:51:54 +01:00

Remove BC-compatibility check cc @ocramius

On account of it’s broken
This commit is contained in:
Matthew Brown 2020-01-01 15:21:06 -05:00
parent 690209d8e5
commit 1ff24c03bb

View File

@ -62,13 +62,6 @@ jobs:
script:
- vendor/bin/phpcs
- stage: Ensure API BC
php: 7.4
env: DEPS="high"
script:
- mkdir /tmp/bc-check && composer require --working-dir=/tmp/bc-check --dev roave/backward-compatibility-check:^4.0.0
- /tmp/bc-check/vendor/bin/roave-backward-compatibility-check
- stage: Ensure no transient used dependencies
php: 7.3
env: DEPS="high"