Skip to content

Commit 841315e

Browse files
authored
Temporary require --dev phpstan/phpstan:2.1.34 to make main branch CI green (#7849)
1 parent 61f8719 commit 841315e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/packages_tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
run: composer require rector/rector-src dev-main#${{github.event.pull_request.head.sha}} --no-update
5656
if: ${{ github.event_name == 'pull_request' }}
5757

58-
- run: composer install --ansi
58+
- run: |
59+
composer install --ansi
60+
composer require --dev phpstan/phpstan:2.1.34
5961
6062
- run: ${{ matrix.actions.run }}

.github/workflows/rector_laravel_rector_dev.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727

2828
- run: git clone https://github.com/driftingly/rector-laravel.git
2929
- run: composer require rector/rector:dev-main --working-dir rector-laravel
30-
- run: cd rector-laravel && vendor/bin/phpunit
31-
30+
- run: |
31+
cd rector-laravel && composer require --dev phpstan/phpstan:2.1.34
32+
vendor/bin/phpunit

0 commit comments

Comments
 (0)