add failing ci

This commit is contained in:
TomasVotruba 2020-07-01 22:59:16 +02:00
parent 78a97fb8bf
commit 9fd831861c
2 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,20 @@
name: Broken Reflection
on:
pull_request: null
push:
branches:
- master
jobs:
broken_reflection:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v1
with:
php-version: 7.4
- run: composer install --no-progress --ansi
- run: bin/rector p src/Rector/AbstractRector.php -n --debug

View File

@ -22,7 +22,7 @@
"nikic/php-parser": "^4.5",
"ondram/ci-detector": "^3.4",
"phpstan/phpdoc-parser": "^0.4.7",
"phpstan/phpstan": "^0.12.25",
"phpstan/phpstan": "0.12.26",
"phpstan/phpstan-phpunit": "^0.12.10",
"psr/simple-cache": "^1.0",
"sebastian/diff": "^3.0|^4.0",