-
Notifications
You must be signed in to change notification settings - Fork 158
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
Supported php84 #2984
base: master
Are you sure you want to change the base?
Supported php84 #2984
Conversation
According to ./UPGRADE-1.0.md#php-5-eol, 5.x is no longer supported.
Without it, the installer script could only find the main binary /usr/bin/php because it didn't had a version number included in the path. Inspired by 7e6ff34
Note that last time, @PROFeNoM mentioned extra work that was needed on top of this: #2417 (comment) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2984 +/- ##
============================================
- Coverage 73.12% 1.96% -71.16%
Complexity 2741 2741
============================================
Files 137 110 -27
Lines 14907 10863 -4044
Branches 992 0 -992
============================================
- Hits 10900 214 -10686
- Misses 3462 10649 +7187
+ Partials 545 0 -545
Flags with carried forward coverage won't be shown. Click here to find out more. see 111 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Description
This fixes an issue that already happened for PHP 8.3: #2417
Also, I'm removing support for PHP 5.
Reviewer checklist