Skip to content

Commit

Permalink
Use rector downgrade php (#2582)
Browse files Browse the repository at this point in the history
* Require rector-downgrade-php

* test

* update

* temporary require rector/rector-downgrade-php on package test

* tweak

* easy-ci fix

* fix

* try with remove --no-update

* Revert try with remove --no-update

This reverts commit 2257be6.

* regenerate docs

* try tweak
  • Loading branch information
samsonasik committed Jun 28, 2022
1 parent 9262169 commit e97dd8f
Show file tree
Hide file tree
Showing 1,089 changed files with 25 additions and 42,135 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/packages_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- rectorphp/rector-nette
- rectorphp/rector-cakephp
- rectorphp/rector-phpoffice
- rectorphp/rector-downgrade-php

steps:
# see https://github.com/actions/checkout#usage
Expand All @@ -48,7 +49,11 @@ jobs:
# test with current commit in a pull-request
-
run: composer require rector/rector-src dev-main#${{github.event.pull_request.head.sha}} --no-update
if: ${{ github.event_name == 'pull_request' }}
if: ${{ github.event_name == 'pull_request' && matrix.repository_name != 'rectorphp/rector-downgrade-php' }}

-
run: composer require rector/rector-downgrade-php:dev-main --no-update
if: ${{ matrix.repository_name != 'rectorphp/rector-downgrade-php' }}

- run: composer install --ansi

Expand Down
Loading

0 comments on commit e97dd8f

Please sign in to comment.