Skip to content

Conversation

@oguzkocer
Copy link
Contributor

Summary

This PR is not intended to be merged. It exists solely to run CI tests against WordPress 6.9 Release Candidate 3.

Goal

Run the integration test suite against WordPress 6.9-RC3 to identify any compatibility issues before the stable release.

Changes

  • Update Buildkite pipeline matrix to 6.9-RC3
  • Update docker-compose.yml default to 6.9-RC3
  • Update wordpress.Dockerfile default to 6.9-RC3

oguzkocer and others added 3 commits November 28, 2025 10:15
Test against WordPress 6.9 Release Candidate 3 to identify any
compatibility issues before the stable release.

Changes:
- Update Buildkite pipeline matrix to 6.9-RC3
- Update docker-compose.yml default to 6.9-RC3
- Update wordpress.Dockerfile default to 6.9-RC3
The RC tags use the `beta-` prefix and aren't mirrored to ECR.

Changes:
- Use correct tag format `beta-6.9-RC3`
- Switch to Docker Hub since ECR doesn't mirror beta/RC tags
@oguzkocer oguzkocer force-pushed the test-wordpress-6.9-rc-3 branch from e77ee34 to 2e17892 Compare November 28, 2025 15:15
WordPress 6.9 returns post type supports as either bool or array,
so we use JsonValue wrapped in PostTypeSupportsValue for flexibility.

Changes:
- Add PostTypeSupportsValue type wrapping JsonValue
- Update PostTypeSupportsMap to use Arc<PostTypeSupportsValue>
- Update test assertion to use as_json_bool() method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants