Skip to content

Commit 72d046f

Browse files
authored
Merge pull request #299 from wp-graphql/fix/wpgraphql-v2-compat
fix: update dependencies for WPGraphQL v2.0 compatibility
2 parents 11a84c4 + 1be45f3 commit 72d046f

File tree

7 files changed

+973
-771
lines changed

7 files changed

+973
-771
lines changed

.github/workflows/tests-wordpress.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ jobs:
2121
wordpress: [ '6.3', '6.2', '6.1' ]
2222
wpgraphql_version: [ 'latest' ]
2323
include:
24-
# WordPress isn't pushing php 8.2 and WP 5.9 to Docker
25-
# so we include WP 5.9 manually instead of in the matrix
26-
- php: '8.1'
27-
wordpress: '5.9'
24+
- php: '8.2'
25+
wordpress: '6.7'
2826
- php: '8.2'
2927
wordpress: '6.5'
3028
- php: '8.2'

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"automattic/vipwpcs": "^2.3",
3838
"phpstan/extension-installer": "^1.3",
3939
"axepress/wp-graphql-stubs": "^1.14",
40-
"wp-graphql/wp-graphql": "^1.14",
41-
"appsero/client": "^1.2"
40+
"wp-graphql/wp-graphql": "^2.0",
41+
"appsero/client": "^2.0"
4242
},
4343
"scripts": {
4444
"phpcs-i": [
@@ -70,6 +70,6 @@
7070
}
7171
},
7272
"require": {
73-
"appsero/client": "^1.2"
73+
"appsero/client": "^2.0"
7474
}
7575
}

0 commit comments

Comments
 (0)