Skip to content

Added Support for php8.4 and php8.5 | 4.x#477

Merged
shailesh-google merged 3 commits into
apigee:4.xfrom
shailesh-google:issue-469-4.x
Jun 12, 2026
Merged

Added Support for php8.4 and php8.5 | 4.x#477
shailesh-google merged 3 commits into
apigee:4.xfrom
shailesh-google:issue-469-4.x

Conversation

@shailesh-google

@shailesh-google shailesh-google commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

Fix: #469

  1. setAccessible(true) Method is deprecated Refer Here:- https://www.php.net/manual/en/reflectionproperty.setaccessible.php

  2. Added AMP Library Due to Error with lowest version test in composer analyze command.

  3. Psalm Error levels: https://psalm.dev/docs/running_psalm/error_levels/

@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 94.64286% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.29%. Comparing base (9c64ad5) to head (e298c0f).

Files with missing lines Patch % Lines
src/Normalizer/CredentialProductNormalizer.php 0.00% 2 Missing ⚠️
src/Api/ApigeeX/Controller/RatePlanController.php 0.00% 1 Missing ⚠️
.../Api/ApigeeX/Normalizer/RatePlanRateNormalizer.php 0.00% 1 Missing ⚠️
...Api/Monetization/Controller/RatePlanController.php 66.66% 1 Missing ⚠️
...rmalizer/LegalEntityReportDefinitionNormalizer.php 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##                4.x     #477      +/-   ##
============================================
- Coverage     87.30%   87.29%   -0.01%     
- Complexity     1763     1787      +24     
============================================
  Files           349      349              
  Lines          4638     4635       -3     
============================================
- Hits           4049     4046       -3     
  Misses          589      589              
Flag Coverage Δ
unittests 87.29% <94.64%> (-0.01%) ⬇️

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

Files with missing lines Coverage Δ
.../ApigeeX/Controller/AcceptedRatePlanController.php 86.48% <100.00%> (ø)
...rc/Api/ApigeeX/Controller/ApiProductController.php 80.00% <100.00%> (ø)
...geeX/Denormalizer/AcceptedRatePlanDenormalizer.php 85.71% <100.00%> (ø)
...pi/ApigeeX/Denormalizer/ApiProductDenormalizer.php 100.00% <100.00%> (ø)
src/Api/ApigeeX/Denormalizer/AppDenormalizer.php 73.33% <100.00%> (ø)
...i/ApigeeX/Denormalizer/BillingTypeDenormalizer.php 85.71% <100.00%> (ø)
...pigeeX/Denormalizer/PrepaidBalanceDenormalizer.php 85.71% <100.00%> (ø)
.../Api/ApigeeX/Denormalizer/RatePlanDenormalizer.php 90.00% <100.00%> (ø)
...pigeeX/Entity/Property/NanosPropertyAwareTrait.php 100.00% <100.00%> (ø)
.../ApigeeX/Normalizer/AcceptedRatePlanNormalizer.php 100.00% <100.00%> (ø)
... and 57 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@shailesh-google shailesh-google changed the title Added Support for php8.4 and php8.5 Added Support for php8.4 and php8.5 | 4.x Jun 11, 2026

@shishir-intelli shishir-intelli left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shailesh-google shailesh-google merged commit 2b5acde into apigee:4.x Jun 12, 2026
15 checks passed
@shailesh-google shailesh-google added this to the 4.0.6 milestone Jun 15, 2026
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.

Add support for PHP 8.4 and PHP 8.5

2 participants