Skip to content

Commit 5adcb37

Browse files
committed
Adjust E2E require to make newer phpstan installable
1 parent ea88fe2 commit 5adcb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: Update Dead Code Detector
5151
run: |
5252
composer config repositories.pr vcs https://github.com/${{ github.event.pull_request.head.repo.full_name }}
53-
composer require --dev shipmonk/dead-code-detector:dev-${{ github.head_ref }}
53+
composer require --dev shipmonk/dead-code-detector:dev-${{ github.head_ref }} --update-with-dependencies --minimal-changes
5454
5555
-
5656
name: Run analysis

0 commit comments

Comments
 (0)