-
Notifications
You must be signed in to change notification settings - Fork 159
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
ci: update PHP 8.1, 8.2, and 8.3 to latest patch release #2752
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2752 +/- ##
============================================
- Coverage 79.51% 77.95% -1.56%
Complexity 2216 2216
============================================
Files 201 227 +26
Lines 22612 26638 +4026
Branches 0 989 +989
============================================
+ Hits 17980 20766 +2786
- Misses 4632 5346 +714
- Partials 0 526 +526
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 26 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
This PHP 8.2 language test failure is concerning:
Looks like it was added in PHP 8.2.18 or so: php/php-src@2343791. |
Observer failures are concerning too:
|
We get OOM killed 😉 I rerun the job and this test was not executed due to race conditions with checking I'll add that test to our skip list |
The
@bwoebi do you have an idea? I have a gdb session open currently and am tinkering with it |
BenchmarksBenchmark execution time: 2024-07-11 16:06:41 Comparing candidate commit 9401ece in PR branch Found 5 performance improvements and 0 performance regressions! Performance is the same for 173 metrics, 0 unstable metrics. scenario:BM_TeaSapiSpindown
scenario:MessagePackSerializationBench/benchMessagePackSerialization
scenario:MessagePackSerializationBench/benchMessagePackSerialization-opcache
scenario:PDOBench/benchPDOBaseline
scenario:PDOBench/benchPDOOverhead
|
2c669d8
to
680a38c
Compare
e46b47e
to
89e6ab6
Compare
89e6ab6
to
eb383d7
Compare
@bwoebi / @morrisonlevi could you have another look at the PR? |
Description
This PR will update PHP 8.1, 8.2, and 8.3 to their latest patch releases. This is mostly a cleanup before starting work on PHP 8.4
PROF-10137
Reviewer checklist