Skip to content

Commit 84b3a84

Browse files
committed
chore: test wpgraphql-debug-extensions 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
1 parent 3c822a1 commit 84b3a84

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/codeception.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
matrix:
7979
plugin: ${{ fromJson(needs.detect-plugins.outputs.plugins) }}
8080
php: ["8.3","8.2","8.1"]
81-
wordpress: ["6.8","6.7","6.6","6.5"]
81+
wordpress: ["6.9","6.8","6.7"]
8282
include:
8383
- php: "8.2"
84-
wordpress: "6.8"
84+
wordpress: "6.9"
8585
coverage: 1
8686
fail-fast: false
8787

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)