-
-
Notifications
You must be signed in to change notification settings - Fork 7
PHP 8.4 support, fix psalm notices #75
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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #75 +/- ##
============================================
- Coverage 96.62% 95.72% -0.90%
- Complexity 99 101 +2
============================================
Files 10 10
Lines 296 304 +8
============================================
+ Hits 286 291 +5
- Misses 10 13 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Add all supported PHP versions to CI
- Change PHP constraint in
composer.json
to8.0 - 8.4
8f4c23c
to
3a80bcb
Compare
Fixed PHP 8.4 deprecation warnings and psalm tests.
Updating CI to check PHP 8.4, fixing backward compatibility test - in another PR.