Skip to content

Commit

Permalink
add failing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jul 1, 2020
1 parent 78a97fb commit 7c1b52d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/broken_reflection.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Broken Reflection

on:
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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7c1b52d

Please sign in to comment.