Skip to content

Commit 9b4d0e7

Browse files
committed
- update tests to test against WordPress 6.7
1 parent 68ab300 commit 9b4d0e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests-wordpress.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
wordpress: [ '6.3', '6.2', '6.1' ]
2222
wpgraphql_version: [ 'latest' ]
2323
include:
24+
- php: '8.2'
25+
wordpress: '6.7'
2426
- php: '8.2'
2527
wordpress: '6.5'
2628
- php: '8.2'

wp-graphql-smart-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author: WPGraphQL
88
* Author URI: http://www.wpgraphql.com
99
* Requires at least: 6.0
10-
* Tested up to: 6.6.1
10+
* Tested up to: 6.7
1111
* Requires PHP: 7.4
1212
* Requires WPGraphQL: 2.0.0
1313
* WPGraphQL Tested Up To: 2.0.0

0 commit comments

Comments
 (0)