Skip to content
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

Fully support PHP 8.2, 8.3 and 8.4 #160

Merged
merged 21 commits into from
Nov 27, 2024
Merged

Fully support PHP 8.2, 8.3 and 8.4 #160

merged 21 commits into from
Nov 27, 2024

Conversation

marc-mabe
Copy link
Owner

@marc-mabe marc-mabe commented Nov 26, 2024

  • Run tests in PHP 8.2, 8.3 and 8.4
  • fixed deprecation warning "implicitly nullable via default value null"
  • fixed deprecation warning "Calling ReflectionProperty::setValue() with a single argument is deprecated"
  • use xdebug instead of pcov

@marc-mabe marc-mabe force-pushed the php-8.2-3-4 branch 2 times, most recently from 805c3db to fafdced Compare November 26, 2024 09:12
@marc-mabe marc-mabe changed the title Run tests in PHP 8.2, 8.3, 8.4 Fully support PHP 8.2, 8.3 and 8.4 Nov 26, 2024
@codecov-commenter
Copy link

codecov-commenter commented Nov 26, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.47%. Comparing base (3da42cc) to head (03a4a88).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #160      +/-   ##
============================================
- Coverage     99.81%   99.47%   -0.35%     
+ Complexity      227      224       -3     
============================================
  Files             4        4              
  Lines           555      574      +19     
============================================
+ Hits            554      571      +17     
- Misses            1        3       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marc-mabe marc-mabe merged commit b3b3c9c into master Nov 27, 2024
9 checks passed
@marc-mabe marc-mabe deleted the php-8.2-3-4 branch November 28, 2024 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants