Skip to content

Commit 41aed38

Browse files
authored
chore: test against WP 6.3 (#60)
1 parent a7f0c1c commit 41aed38

File tree

9 files changed

+22
-18
lines changed

9 files changed

+22
-18
lines changed

.github/workflows/integration-testing.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ jobs:
2222
strategy:
2323
matrix:
2424
php: ["7.4", "8.0", "8.1"]
25-
wordpress: ["6.2", "6.1", "6.0", "5.9"]
25+
wordpress: ["6.3", "6.2", "6.1", "6.0", "5.9"]
2626
include:
2727
- php: "8.1"
28-
wordpress: "6.2"
28+
wordpress: "6.3"
2929
coverage: 1
3030
exclude:
31+
- php: "7.4"
32+
wordpress: "6.3"
3133
- php: "7.4"
3234
wordpress: "6.2"
3335
fail-fast: false

.phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
Tests for WordPress version compatibility.
3838
https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties
3939
-->
40-
<config name="minimum_supported_wp_version" value="5.4.1"/>
40+
<config name="minimum_wp_version" value="5.6"/>
4141

4242
<!-- Rules: WPGraphQL Coding Standards -->
4343
<!-- https://github.com/AxeWP/WPGraphQL-Coding-Standards/WPGraphQL/ruleset.xml -->

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
- chore: Update Composer dev-dependencies.
66
- chore: Update WPGraphQL Coding Standards to v2.0.0-beta and lint.
7+
- ci: Test Plugin compatibility with WordPress 6.3.
8+
- chore: fix minimum supported WordPress version to be 5.6, which is the minimum requirement for RankMath 1.0.90.
79

810
## v0.0.14
911
- fix: Fetch the correct SEO data when resolving custom taxonomy terms. Props @lucguerraz

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Adds WPGraphQL support for [Rank Math SEO](https://rankmath.com/). Built with [W
2020

2121
## System Requirements
2222

23-
* PHP 7.4+ | 8.0+ | 8.1+
24-
* WordPress 5.4.1+
23+
* PHP 7.4 - 8.1+
24+
* WordPress 5.6+
2525
* WPGraphQL 1.8.1+
2626
* RankMath SEO 1.0.90+
2727

bin/run-docker.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ print_usage_instructions() {
1616
echo " composer build-app"
1717
echo " composer run-app"
1818
echo ""
19-
echo " WP_VERSION=6.2 PHP_VERSION=8.1 composer build-app"
20-
echo " WP_VERSION=6.2 PHP_VERSION=8.1 composer run-app"
19+
echo " WP_VERSION=6.3 PHP_VERSION=8.1 composer build-app"
20+
echo " WP_VERSION=6.3 PHP_VERSION=8.1 composer run-app"
2121
echo ""
22-
echo " WP_VERSION=6.2 PHP_VERSION=8.1 bin/run-docker.sh build -a"
23-
echo " WP_VERSION=6.2 PHP_VERSION=8.1 bin/run-docker.sh run -a"
22+
echo " WP_VERSION=6.3 PHP_VERSION=8.1 bin/run-docker.sh build -a"
23+
echo " WP_VERSION=6.3 PHP_VERSION=8.1 bin/run-docker.sh run -a"
2424
exit 1
2525
}
2626

@@ -29,7 +29,7 @@ if [ $# -eq 0 ]; then
2929
fi
3030

3131
TAG=${TAG-latest}
32-
WP_VERSION=${WP_VERSION-6.2}
32+
WP_VERSION=${WP_VERSION-6.3}
3333
PHP_VERSION=${PHP_VERSION-8.1}
3434

3535
BUILD_NO_CACHE=${BUILD_NO_CACHE-}

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
app:
55
depends_on:
66
- app_db
7-
image: wp-graphql-rankmath:latest-wp${WP_VERSION-5.9}-php${PHP_VERSION-8.0}
7+
image: wp-graphql-rankmath:latest-wp${WP_VERSION-6.3}-php${PHP_VERSION-8.1}
88
volumes:
99
- '.:/var/www/html/wp-content/plugins/wp-graphql-rank-math'
1010
- './.log/app:/var/log/apache2'
@@ -34,7 +34,7 @@ services:
3434
testing:
3535
depends_on:
3636
- app_db
37-
image: wp-graphql-rankmath-testing:latest-wp${WP_VERSION-5.9}-php${PHP_VERSION-8.0}
37+
image: wp-graphql-rankmath-testing:latest-wp${WP_VERSION-6.3}-php${PHP_VERSION-8.1}
3838
volumes:
3939
- '.:/var/www/html/wp-content/plugins/wp-graphql-rank-math'
4040
- './.log/testing:/var/log/apache2'

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=== WPGraphQL for Rank Math ===
22
Contributors: axepress, justlevine
33
Tags: GraphQL, Gatsby, Headless, WPGraphQL, React, Rest, RankMath, Seo, Schema
4-
Requires at least: 5.4.1
5-
Tested up to: 6.2.2
4+
Requires at least: 5.6
5+
Tested up to: 6.3.1
66
Requires PHP: 7.4
77
Requires WPGraphQL: 1.8.1
88
Stable tag: 0.0.14

vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'axepress/wp-graphql-rank-math',
44
'pretty_version' => 'dev-develop',
55
'version' => 'dev-develop',
6-
'reference' => '55afee4d6df84c8e612a27fc7d93787411f9d0e2',
6+
'reference' => 'a7f0c1c0c232ba9d1e6908d84d6b1f9e5b181c5e',
77
'type' => 'wordpress-plugin',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -22,7 +22,7 @@
2222
'axepress/wp-graphql-rank-math' => array(
2323
'pretty_version' => 'dev-develop',
2424
'version' => 'dev-develop',
25-
'reference' => '55afee4d6df84c8e612a27fc7d93787411f9d0e2',
25+
'reference' => 'a7f0c1c0c232ba9d1e6908d84d6b1f9e5b181c5e',
2626
'type' => 'wordpress-plugin',
2727
'install_path' => __DIR__ . '/../../',
2828
'aliases' => array(),

wp-graphql-rank-math.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* Version: 0.0.14
1111
* Text Domain: wp-graphql-rank-math
1212
* Domain Path: /languages
13-
* Requires at least: 5.4.1
14-
* Tested up to: 6.2.2
13+
* Requires at least: 5.6
14+
* Tested up to: 6.3.1
1515
* Requires PHP: 7.4
1616
* WPGraphQL requires at least: 1.8.1
1717
* License: GPL-3

0 commit comments

Comments
 (0)