chore: drop PHP 7.4 8.0 8.1 support PHP 8.2 up#280
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #280 +/- ##
============================================
- Coverage 94.15% 93.98% -0.18%
Complexity 263 263
============================================
Files 15 15
Lines 873 864 -9
============================================
- Hits 822 812 -10
- Misses 51 52 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
and mark dataProvider functions as static in unit tests.
|
https://github.com/sabre-io/http/actions/runs/26706488794/job/78708639025?pr=280
And all the other CI (cs-fixer, phpstan, phpunit). |
| "phpstan/phpstan-strict-rules": "^2.0", | ||
| "phpstan/extension-installer": "^1.4", | ||
| "phpunit/phpunit" : "^9.6", | ||
| "phpunit/phpunit" : "^10.5", |
There was a problem hiding this comment.
you could even go phpunit 11+ with php 8.2+
(but maybe in a separate PR)
There was a problem hiding this comment.
you could even go phpunit 11+ with php 8.2+ (but maybe in a separate PR)
True. For some reason I only went to PHPunit10 in the other repos. So I will be consistent for now.
No description provided.