Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
11 changes: 11 additions & 0 deletions .changeset/prepare-public-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@wpengine/hwp-previews-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 (mockery/mockery to ^1.6, wp-graphql/wp-graphql-testcase to ^3.4)
- Removed GitHub Plugin URI and Update URI headers for WordPress.org compatibility
- 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
4 changes: 2 additions & 2 deletions plugins/hwp-previews/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"humanmade/psalm-plugin-wordpress": "^3.1",
"johnpbloch/wordpress-core": "^6.8",
"lucatume/wp-browser": "^3.5",
"mockery/mockery": "^1.5",
"mockery/mockery": "^1.6",
"phpcompatibility/php-compatibility": "dev-develop as 9.99.99",
"phpcompatibility/phpcompatibility-wp": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"slevomat/coding-standard": "^8.0",
"szepeviktor/phpstan-wordpress": "^2.0",
"wp-cli/wp-cli-bundle": "^2.8.1",
"wp-graphql/wp-graphql-testcase": "^3.0.1"
"wp-graphql/wp-graphql-testcase": "^3.4"
},
"config": {
"allow-plugins": {
Expand Down
Loading
Loading