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

Drop PHP 8.0 support #1139

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Drop PHP 8.0 support #1139

merged 1 commit into from
Jan 16, 2025

Conversation

thomascorthals
Copy link
Member

Closes #1138.

With 8.1 as the minimum version we can now use both union and intersection types for parameter and return typehints. I did a quick sweep for some obvious improvements, I plan on revisiting this later. If nothing else, this change in the requestbuilders improves my IDE's ability to resolve function declarations.

Copy link

codecov bot commented Dec 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.78%. Comparing base (9cdf3dd) to head (1bf266e).
Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1139      +/-   ##
==========================================
+ Coverage   97.75%   97.78%   +0.02%     
==========================================
  Files         400      400              
  Lines       10524    10573      +49     
==========================================
+ Hits        10288    10339      +51     
+ Misses        236      234       -2     
Flag Coverage Δ
unittests 97.78% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@mkalkbrenner mkalkbrenner merged commit 99765be into solariumphp:master Jan 16, 2025
28 checks passed
@thomascorthals thomascorthals deleted the PHP8 branch January 16, 2025 10:16
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.

End support for PHP 8.0
2 participants