Skip to content

Tests: Update to supported WP version 6.8#770

Merged
kasparsd merged 1 commit intoWordPress:masterfrom
masteradhoc:patch-9
Feb 1, 2026
Merged

Tests: Update to supported WP version 6.8#770
kasparsd merged 1 commit intoWordPress:masterfrom
masteradhoc:patch-9

Conversation

@masteradhoc
Copy link
Contributor

Fixes #767

What?

Update the GitHub Actions test matrix to run CI against WordPress 6.8 instead of 6.7.

Why?

WordPress 6.8 is the minimum supported WP release of this repo. Testing against the trunk, latest stable version and our minimum supported WP version ensures continued compatibility and keeps CI coverage aligned with supported WordPress releases.

How?

Replace the 6.7 entry in the GitHub Actions matrix with 6.8.
The workflow already resolves WordPress versions via official wordpress.org release ZIPs, so no additional changes or dependencies are required.

Testing Instructions

  1. Open the GitHub Actions run for this PR.
  2. Verify that jobs run with:
  3. WP 6.8 (instead of 6.7) across supported PHP versions.
  4. Check the workflow logs for the WordPress version output to confirm 6.8.x is installed.

Screenshots or screencast

Changelog Entry

Changed – CI tests now run against WordPress 6.8 instead of 6.7.

@github-actions
Copy link

github-actions bot commented Feb 1, 2026

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: masteradhoc <masteradhoc@git.wordpress.org>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@kasparsd kasparsd merged commit 9bc2c8a into WordPress:master Feb 1, 2026
27 of 29 checks passed
@masteradhoc masteradhoc deleted the patch-9 branch February 1, 2026 10:22
@jeffpaul
Copy link
Member

jeffpaul commented Feb 2, 2026

@masteradhoc please ensure you also update the following to 6.8 then:

* Requires at least: 6.7

@jeffpaul jeffpaul added this to the 0.15.0 milestone Feb 2, 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.

Tests: Dont test against WP 6.7 anymore

3 participants