Skip to content

CI: Test against PHP 8.5#198

Merged
LKaemmerling merged 2 commits intoPromPHP:mainfrom
simPod:ci-php-85
Mar 19, 2026
Merged

CI: Test against PHP 8.5#198
LKaemmerling merged 2 commits intoPromPHP:mainfrom
simPod:ci-php-85

Conversation

@simPod
Copy link
Copy Markdown
Contributor

@simPod simPod commented Mar 18, 2026

Summary

  • Add PHP 8.5 to the CI test matrix
  • Disable fail-fast so all PHP versions report results even if one fails
  • Fix PHP 8.5 warning in APCng: intval() on out-of-range float now emits a warning, suppress it since truncation is intentional for extreme values

@simPod simPod force-pushed the ci-php-85 branch 2 times, most recently from d9ed26d to 159f3fe Compare March 19, 2026 09:40
- Disable fail-fast to see results for all PHP versions
- Fix APCng overflow warning on PHP 8.5 when casting out-of-range
  float to int in convertToIncrementalInteger()

Signed-off-by: Simon Podlipsky <simon@podlipsky.net>
@LKaemmerling LKaemmerling enabled auto-merge (squash) March 19, 2026 09:58
@LKaemmerling
Copy link
Copy Markdown
Member

Thank you!

@LKaemmerling LKaemmerling merged commit cd60a02 into PromPHP:main Mar 19, 2026
24 checks passed
@simPod simPod deleted the ci-php-85 branch March 19, 2026 10:21
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.

2 participants