Skip to content

Commit 3a74934

Browse files
authored
Merge pull request #532 from wpengine/wp69-wpgraphql-debug-extensions
chore(wpgraphql-debug-extensions): test against WordPress 6.9
2 parents ece913f + d5ff791 commit 3a74934

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugins/wpgraphql-debug-extensions/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-debug-extensions/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, Debug
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.3

plugins/wpgraphql-debug-extensions/wpgraphql-debug-extensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Text Domain: wpgraphql-debug-extensions
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)