Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/wp69-wpgraphql-logging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@wpengine/wpgraphql-logging-wordpress-plugin": patch
---

Verify WordPress 6.9 compatibility and update CI test matrix

- Tested compatibility with WordPress 6.9
- Updated CI test matrix to WordPress 6.9, 6.8, 6.7 (dropped 6.5, 6.6)
- Updated dev dependencies (wordpress-core, wordpress-stubs to ^6.9, phpcompatibility to ^9.3)
- Reduced readme.txt tags to 5 for WordPress.org compliance
4 changes: 2 additions & 2 deletions .github/workflows/codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
matrix:
plugin: ${{ fromJson(needs.detect-plugins.outputs.plugins) }}
php: ["8.3","8.2","8.1"]
wordpress: ["6.8","6.7","6.6","6.5"]
wordpress: ["6.9","6.8","6.7"]
include:
- php: "8.2"
wordpress: "6.8"
wordpress: "6.9"
coverage: 1
fail-fast: false

Expand Down
10 changes: 6 additions & 4 deletions plugins/wpgraphql-logging/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"prefer-stable": true,
"require-dev": {
"automattic/vipwpcs": "^3.0",
"axepress/wp-graphql-stubs": "^2.3",
"codeception/lib-innerbrowser": "^4.0",
"codeception/module-asserts": "^3.0",
"codeception/module-cli": "^2.0",
Expand All @@ -45,15 +46,16 @@
"codeception/util-universalframework": "^1.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"humanmade/psalm-plugin-wordpress": "^3.1",
"johnpbloch/wordpress-core": "^6.8",
"johnpbloch/wordpress-core": "^6.9",
"lucatume/wp-browser": "^4.0",
"mockery/mockery": "^1.5",
"php-stubs/wordpress-stubs": "^6.8",
"phpcompatibility/php-compatibility": "dev-develop as 9.99.99",
"php-stubs/wordpress-stubs": "~6.8.0",
"phpcompatibility/php-compatibility": "^9.3",
"phpcompatibility/phpcompatibility-wp": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"slevomat/coding-standard": "^8.0",
"szepeviktor/phpstan-wordpress": "^2.0",
"vimeo/psalm": "^6.0",
"wp-cli/wp-cli-bundle": "^2.8.1"
},
"config": {
Expand All @@ -63,7 +65,7 @@
},
"optimize-autoloader": true,
"platform": {
"php": "8.1.2"
"php": "8.1.31"
},
"preferred-install": "dist",
"sort-packages": true
Expand Down
Loading
Loading