Skip to content

Commit

Permalink
ci: test compatibility with WP6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed Aug 10, 2024
1 parent 9a33881 commit 17674aa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
strategy:
matrix:
php: ["8.2", "8.1", "8.0"]
wordpress: ["6.5", "6.4", "6.3", "6.2", "6.1", "6.0" ]
wordpress: ["6.6", "6.5", "6.4", "6.3", "6.2", "6.1", "6.0" ]
include:
- php: "8.2"
wordpress: "6.5"
wordpress: "6.6"
coverage: 1
# Test old versions against PHP 8.0
- php: "7.4"
Expand All @@ -44,6 +44,8 @@ jobs:
- php: "8.2"
wordpress: "6.0"
# New WP versions that dont support older PHP versions
- php: "8.0"
wordpress: "6.6"
- php: "8.0"
wordpress: "6.5"
fail-fast: false
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]

- ci: test plugin compatibility with WordPress 6.6.1.
- ci: replace uses of deprecated `docker-compose` with `docker compose`.

## [0.3.0]

This _major_ releases simplifies the GraphQL schema by narrowing the `seo` field types to their implementations. We've also bumped the minimum version of WPGraphQL to v1.26.0 and refactored the `RedirectionConnectionResolver` to use the improved lifecycle methods introduced in that release.
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: axepress, justlevine
Tags: GraphQL, Gatsby, Headless, WPGraphQL, React, Rest, RankMath, Seo, Schema
Requires at least: 6.0
Tested up to: 6.5.0
Tested up to: 6.6.1
Requires PHP: 7.4
Requires Plugins: wp-graphql, seo-by-rank-math
Requires WPGraphQL: 1.26.0
Expand Down
2 changes: 1 addition & 1 deletion wp-graphql-rank-math.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Text Domain: wp-graphql-rank-math
* Domain Path: /languages
* Requires at least: 6.0
* Tested up to: 6.5.0
* Tested up to: 6.6.1
* Requires PHP: 7.4
* Requires Plugins: wp-graphql, seo-by-rank-math
* WPGraphQL requires at least: 1.26.0
Expand Down

0 comments on commit 17674aa

Please sign in to comment.