We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f8719 commit 841315eCopy full SHA for 841315e
.github/workflows/packages_tests.yaml
@@ -55,6 +55,8 @@ jobs:
55
run: composer require rector/rector-src dev-main#${{github.event.pull_request.head.sha}} --no-update
56
if: ${{ github.event_name == 'pull_request' }}
57
58
- - run: composer install --ansi
+ - run: |
59
+ composer install --ansi
60
+ composer require --dev phpstan/phpstan:2.1.34
61
62
- run: ${{ matrix.actions.run }}
.github/workflows/rector_laravel_rector_dev.yaml
@@ -27,5 +27,6 @@ jobs:
27
28
- run: git clone https://github.com/driftingly/rector-laravel.git
29
- run: composer require rector/rector:dev-main --working-dir rector-laravel
30
- - run: cd rector-laravel && vendor/bin/phpunit
31
-
+ cd rector-laravel && composer require --dev phpstan/phpstan:2.1.34
32
+ vendor/bin/phpunit
0 commit comments