Skip to content

Conversation

josbeir
Copy link
Contributor

@josbeir josbeir commented Sep 19, 2025

Fixes failing build on 8.3 sqlite highest
Fixes bad ci status badge

Side note: Not sure why 8.4 was not failing, it should have...

@Copilot Copilot AI review requested due to automatic review settings September 19, 2025 06:06
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a failing build on PHP 8.3 with SQLite and updates the CI status badge in the README. The build failure was caused by an uninitialized property that needed explicit initialization.

  • Initializes the $oldConfig property to null to fix PHP 8.3 compatibility
  • Updates the CI badge format from a simple image to a clickable link

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
tests/TestCase/Middleware/DebugKitMiddlewareTest.php Explicitly initializes $oldConfig property to null
README.md Updates CI badge from image-only to clickable link format

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@ADmad ADmad merged commit 0b660d2 into cakephp:5.x Sep 19, 2025
8 checks passed
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