From 44f9e3206766b9c1665f1b67db3d630e290a02b6 Mon Sep 17 00:00:00 2001 From: Joe Fusco Date: Tue, 2 Dec 2025 15:20:08 -0500 Subject: [PATCH 1/2] chore: test wpgraphql-webhooks against WordPress 6.9 - Update "Tested up to" to 6.9 in readme.txt and plugin header - Fix phpcompatibility/php-compatibility from dev-develop to ^9.3 --- plugins/wpgraphql-webhooks/composer.json | 2 +- plugins/wpgraphql-webhooks/readme.txt | 2 +- plugins/wpgraphql-webhooks/wpgraphql-webhooks.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/wpgraphql-webhooks/composer.json b/plugins/wpgraphql-webhooks/composer.json index a6f5df45..16821a29 100644 --- a/plugins/wpgraphql-webhooks/composer.json +++ b/plugins/wpgraphql-webhooks/composer.json @@ -18,7 +18,7 @@ "require-dev": { "axepress/wp-graphql-cs": "^2.0.0", "axepress/wp-graphql-stubs": "^2.3.0", - "phpcompatibility/php-compatibility": "dev-develop as 9.9.9", + "phpcompatibility/php-compatibility": "^9.3", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^2.0.1", "phpstan/phpstan": "^2.0", diff --git a/plugins/wpgraphql-webhooks/readme.txt b/plugins/wpgraphql-webhooks/readme.txt index 52506bcd..d4ddc8cc 100644 --- a/plugins/wpgraphql-webhooks/readme.txt +++ b/plugins/wpgraphql-webhooks/readme.txt @@ -2,7 +2,7 @@ Contributors: wpengine Tags: GraphQL, Gatsby, Headless, WPGraphQL, React, Rest, Webhooks Requires at least: 6.0 -Tested up to: 6.8.1 +Tested up to: 6.9 Requires PHP: 7.4 Requires WPGraphQL: 1.8.0 Stable tag: 0.0.6 diff --git a/plugins/wpgraphql-webhooks/wpgraphql-webhooks.php b/plugins/wpgraphql-webhooks/wpgraphql-webhooks.php index e2733370..ef90d6ce 100644 --- a/plugins/wpgraphql-webhooks/wpgraphql-webhooks.php +++ b/plugins/wpgraphql-webhooks/wpgraphql-webhooks.php @@ -11,7 +11,7 @@ * Text Domain: graphql-webhooks * Domain Path: /languages * Requires at least: 6.0 - * Tested up to: 6.8 + * Tested up to: 6.9 * Requires PHP: 7.4+ * Requires Plugins: wp-graphql * WPGraphQL requires at least: 1.8.0 From 9d57aaf35fac5d554bea5722fba684d7e3f633e1 Mon Sep 17 00:00:00 2001 From: Joe Fusco Date: Tue, 2 Dec 2025 15:20:08 -0500 Subject: [PATCH 2/2] chore: test wpgraphql-webhooks against WordPress 6.9 - Update "Tested up to" to 6.9 in readme.txt and plugin header - Fix phpcompatibility/php-compatibility from dev-develop to ^9.3 - Update CI matrix: add WP 6.9, remove 6.5/6.6, make 6.9 default --- .github/workflows/codeception.yml | 4 ++-- plugins/wpgraphql-webhooks/composer.json | 2 +- plugins/wpgraphql-webhooks/readme.txt | 2 +- plugins/wpgraphql-webhooks/wpgraphql-webhooks.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeception.yml b/.github/workflows/codeception.yml index 1c13e648..b79ccd33 100644 --- a/.github/workflows/codeception.yml +++ b/.github/workflows/codeception.yml @@ -78,10 +78,10 @@ jobs: matrix: plugin: ${{ fromJson(needs.detect-plugins.outputs.plugins) }} php: ["8.3","8.2","8.1"] - wordpress: ["6.8","6.7","6.6","6.5"] + wordpress: ["6.9","6.8","6.7"] include: - php: "8.2" - wordpress: "6.8" + wordpress: "6.9" coverage: 1 fail-fast: false diff --git a/plugins/wpgraphql-webhooks/composer.json b/plugins/wpgraphql-webhooks/composer.json index a6f5df45..16821a29 100644 --- a/plugins/wpgraphql-webhooks/composer.json +++ b/plugins/wpgraphql-webhooks/composer.json @@ -18,7 +18,7 @@ "require-dev": { "axepress/wp-graphql-cs": "^2.0.0", "axepress/wp-graphql-stubs": "^2.3.0", - "phpcompatibility/php-compatibility": "dev-develop as 9.9.9", + "phpcompatibility/php-compatibility": "^9.3", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^2.0.1", "phpstan/phpstan": "^2.0", diff --git a/plugins/wpgraphql-webhooks/readme.txt b/plugins/wpgraphql-webhooks/readme.txt index 52506bcd..d4ddc8cc 100644 --- a/plugins/wpgraphql-webhooks/readme.txt +++ b/plugins/wpgraphql-webhooks/readme.txt @@ -2,7 +2,7 @@ Contributors: wpengine Tags: GraphQL, Gatsby, Headless, WPGraphQL, React, Rest, Webhooks Requires at least: 6.0 -Tested up to: 6.8.1 +Tested up to: 6.9 Requires PHP: 7.4 Requires WPGraphQL: 1.8.0 Stable tag: 0.0.6 diff --git a/plugins/wpgraphql-webhooks/wpgraphql-webhooks.php b/plugins/wpgraphql-webhooks/wpgraphql-webhooks.php index e2733370..ef90d6ce 100644 --- a/plugins/wpgraphql-webhooks/wpgraphql-webhooks.php +++ b/plugins/wpgraphql-webhooks/wpgraphql-webhooks.php @@ -11,7 +11,7 @@ * Text Domain: graphql-webhooks * Domain Path: /languages * Requires at least: 6.0 - * Tested up to: 6.8 + * Tested up to: 6.9 * Requires PHP: 7.4+ * Requires Plugins: wp-graphql * WPGraphQL requires at least: 1.8.0