Skip to content

Commit ece913f

Browse files
authored
Merge pull request #533 from wpengine/wp69-wpgraphql-webhooks
chore(wpgraphql-webhooks): test against WordPress 6.9
2 parents 015d22d + 1c8b95a commit ece913f

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-webhooks/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-webhooks/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, Webhooks
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.6

plugins/wpgraphql-webhooks/wpgraphql-webhooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Text Domain: graphql-webhooks
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)