Skip to content

Add persistent object cache support to matrix#227

Merged
swissspidy merged 1 commit intomainfrom
object-cache-support
Mar 24, 2026
Merged

Add persistent object cache support to matrix#227
swissspidy merged 1 commit intomainfrom
object-cache-support

Conversation

@swissspidy
Copy link
Copy Markdown
Member

No description provided.

@swissspidy swissspidy requested a review from a team as a code owner March 24, 2026 16:30
Copilot AI review requested due to automatic review settings March 24, 2026 16:30
@gemini-code-assist

This comment was marked as resolved.

@github-actions

This comment was marked as resolved.

@github-actions

This comment was marked as resolved.

Copy link
Copy Markdown
Contributor

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

Updates the reusable CI workflow test matrix to exercise persistent object cache scenarios (SQLite object cache) during functional tests.

Changes:

  • Adds new functional-matrix entries that set object_cache: sqlite for selected SQLite runs.
  • Updates the functional job name to surface the object cache mode in the job title.
  • Exports WP_CLI_TEST_OBJECT_CACHE from the matrix into the functional job environment.
Comments suppressed due to low confidence (1)

.github/workflows/reusable-testing.yml:292

  • The matrix no longer includes a php: nightly / wp: trunk run against mysql-8.0 (nightly now only runs on mysql-8.4 and sqlite). If this was done intentionally (e.g., to reduce redundancy or due to mysql-8.0 issues), it would be helpful to document the rationale; otherwise consider re-adding it to avoid dropping coverage for that DB version.
            {
              "php": "nightly",
              "wp": "trunk",
              "mysql": "mysql-8.4"
            },

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@swissspidy swissspidy merged commit 9069d00 into main Mar 24, 2026
20 checks passed
@swissspidy swissspidy deleted the object-cache-support branch March 24, 2026 16:36
swissspidy added a commit that referenced this pull request Mar 24, 2026
SQlite Object Cache Plugin requires WP 5.5+.

Follow-up to #227.
swissspidy added a commit that referenced this pull request Mar 24, 2026
Reverts a change from #227.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request scope:distribution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants