mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 05:48:21 +01:00
add failing ci
This commit is contained in:
parent
78a97fb8bf
commit
9fd831861c
20
.github/workflows/broken_reflection.yaml
vendored
Normal file
20
.github/workflows/broken_reflection.yaml
vendored
Normal 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
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user