-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore: Fix PHPStan execution on lowest dependencies #10945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## trunk #10945 +/- ##
=======================================
Coverage 54.91% 54.92%
=======================================
Files 4785 4785
Lines 162756 162752 -4
Branches 8919 8919
=======================================
+ Hits 89382 89386 +4
+ Misses 70749 70741 -8
Partials 2625 2625
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
282fee5
to
ea18c74
Compare
PHPStan on lowest deps run is green and now a nightly job https://github.com/shopware/shopware/actions/runs/16649433868/job/47117966953?pr=10945 |
ea18c74
to
0cef737
Compare
1. Why is this change necessary?
If you execute
composer update --prefer-lowest
and thencomposer phpstan
, the execution fails2. What does this change do, exactly?
Increase the min version of some dependencies.
5. Checklist