Skip to content

Commit 44f9e32

Browse files
committed
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
1 parent 3c822a1 commit 44f9e32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugins/wpgraphql-webhooks/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require-dev": {
1919
"axepress/wp-graphql-cs": "^2.0.0",
2020
"axepress/wp-graphql-stubs": "^2.3.0",
21-
"phpcompatibility/php-compatibility": "dev-develop as 9.9.9",
21+
"phpcompatibility/php-compatibility": "^9.3",
2222
"phpstan/extension-installer": "^1.1",
2323
"phpstan/phpstan-deprecation-rules": "^2.0.1",
2424
"phpstan/phpstan": "^2.0",

plugins/wpgraphql-webhooks/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: wpengine
33
Tags: GraphQL, Gatsby, Headless, WPGraphQL, React, Rest, Webhooks
44
Requires at least: 6.0
5-
Tested up to: 6.8.1
5+
Tested up to: 6.9
66
Requires PHP: 7.4
77
Requires WPGraphQL: 1.8.0
88
Stable tag: 0.0.6

plugins/wpgraphql-webhooks/wpgraphql-webhooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Text Domain: graphql-webhooks
1212
* Domain Path: /languages
1313
* Requires at least: 6.0
14-
* Tested up to: 6.8
14+
* Tested up to: 6.9
1515
* Requires PHP: 7.4+
1616
* Requires Plugins: wp-graphql
1717
* WPGraphQL requires at least: 1.8.0

0 commit comments

Comments
 (0)