Skip to content

Commit b9fb860

Browse files
committed
chore: test wpgraphql-logging against WordPress 6.9
- Update "Tested up to" to 6.9 in readme.txt and plugin header - Update johnpbloch/wordpress-core to ^6.9 - Update php-stubs/wordpress-stubs to ^6.9 - 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 b9fb860

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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-logging/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"codeception/util-universalframework": "^1.0",
4646
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
4747
"humanmade/psalm-plugin-wordpress": "^3.1",
48-
"johnpbloch/wordpress-core": "^6.8",
48+
"johnpbloch/wordpress-core": "^6.9",
4949
"lucatume/wp-browser": "^4.0",
5050
"mockery/mockery": "^1.5",
51-
"php-stubs/wordpress-stubs": "^6.8",
52-
"phpcompatibility/php-compatibility": "dev-develop as 9.99.99",
51+
"php-stubs/wordpress-stubs": "^6.9",
52+
"phpcompatibility/php-compatibility": "^9.3",
5353
"phpcompatibility/phpcompatibility-wp": "^2.0",
5454
"phpstan/phpstan-strict-rules": "^2.0",
5555
"slevomat/coding-standard": "^8.0",

plugins/wpgraphql-logging/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: ahuseyn, colin-murphy, joefusco, thdespou, wpengine
33
Tags: GraphQL, Headless, WPGraphQL, React, Rest, Logging, Performance, Debugging, Monitoring
44
Requires at least: 6.5
5-
Tested up to: 6.8.2
5+
Tested up to: 6.9
66
Requires PHP: 8.1.2
77
Requires WPGraphQL: 2.3.0
88
Stable tag: 1.0.0

plugins/wpgraphql-logging/wpgraphql-logging.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Text Domain: wpgraphql-logging
1212
* Domain Path: /languages
1313
* Requires at least: 6.5
14-
* Tested up to: 6.8.2
14+
* Tested up to: 6.9
1515
* Requires PHP: 8.1.2+
1616
* License: GPLv2 or later
1717
* License URI: https://www.gnu.org/licenses/gpl-2.0.html

0 commit comments

Comments
 (0)