Skip to content

Commit

Permalink
Remove roave-backward-compatibility-check
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 19, 2021
1 parent 92b7ce0 commit ea79d12
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,30 +49,6 @@ jobs:
- name: Run vimeo/psalm on internal code
run: ./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@v2
with:
fetch-depth: 0

- name: Fetch tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
coverage: none
extensions: intl

- name: Run roave/backward-compatibility-check
run: ./tools/roave-backward-compatibility-check --from=8.5.7

lint-xml-configuration:
name: Lint XML Configuration

Expand Down
1 change: 0 additions & 1 deletion .phive/phars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
<phar name="phploc" version="^4.0" installed="4.0.1" location="./tools/phploc" copy="true"/>
<phar name="psalm" version="^4.0" installed="4.8.1" location="./tools/psalm" copy="true"/>
<phar name="humbug/php-scoper" version="^0.13.9" installed="0.15.0" location="./tools/php-scoper" copy="true"/>
<phar name="roave/backwardcompatibilitycheck" version="^5.0.0" installed="5.0.0" location="./tools/roave-backward-compatibility-check" copy="true"/>
<phar name="composer" version="^2.0.3" installed="2.1.3" location="./tools/composer" copy="true"/>
</phive>
Binary file removed tools/roave-backward-compatibility-check
Binary file not shown.

0 comments on commit ea79d12

Please sign in to comment.