Skip to content

Commit 4a9c7ea

Browse files
authored
Merge pull request #531 from wpengine/wp69-wpgraphql-logging
chore(wpgraphql-logging): test against WordPress 6.9
2 parents f9676dc + c7e7651 commit 4a9c7ea

File tree

8 files changed

+1486
-372
lines changed

8 files changed

+1486
-372
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"@wpengine/wpgraphql-logging-wordpress-plugin": patch
3+
---
4+
5+
Verify WordPress 6.9 compatibility and update CI test matrix
6+
7+
- Tested compatibility with WordPress 6.9
8+
- Updated CI test matrix to WordPress 6.9, 6.8, 6.7 (dropped 6.5, 6.6)
9+
- Updated dev dependencies (wordpress-core, wordpress-stubs to ^6.9, phpcompatibility to ^9.3)
10+
- Reduced readme.txt tags to 5 for WordPress.org compliance

plugins/wpgraphql-logging/composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"prefer-stable": true,
3535
"require-dev": {
3636
"automattic/vipwpcs": "^3.0",
37+
"axepress/wp-graphql-stubs": "^2.3",
3738
"codeception/lib-innerbrowser": "^4.0",
3839
"codeception/module-asserts": "^3.0",
3940
"codeception/module-cli": "^2.0",
@@ -45,15 +46,16 @@
4546
"codeception/util-universalframework": "^1.0",
4647
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
4748
"humanmade/psalm-plugin-wordpress": "^3.1",
48-
"johnpbloch/wordpress-core": "^6.8",
49+
"johnpbloch/wordpress-core": "^6.9",
4950
"lucatume/wp-browser": "^4.0",
5051
"mockery/mockery": "^1.5",
51-
"php-stubs/wordpress-stubs": "^6.8",
52-
"phpcompatibility/php-compatibility": "dev-develop as 9.99.99",
52+
"php-stubs/wordpress-stubs": "~6.8.0",
53+
"phpcompatibility/php-compatibility": "^9.3",
5354
"phpcompatibility/phpcompatibility-wp": "^2.0",
5455
"phpstan/phpstan-strict-rules": "^2.0",
5556
"slevomat/coding-standard": "^8.0",
5657
"szepeviktor/phpstan-wordpress": "^2.0",
58+
"vimeo/psalm": "^6.0",
5759
"wp-cli/wp-cli-bundle": "^2.8.1"
5860
},
5961
"config": {
@@ -63,7 +65,7 @@
6365
},
6466
"optimize-autoloader": true,
6567
"platform": {
66-
"php": "8.1.2"
68+
"php": "8.1.31"
6769
},
6870
"preferred-install": "dist",
6971
"sort-packages": true

0 commit comments

Comments
 (0)