Skip to content

Commit

Permalink
- Update tests to run against WordPress 6.5
Browse files Browse the repository at this point in the history
- Update "tested up to"
  • Loading branch information
jasonbahl committed Apr 25, 2024
1 parent 7d98350 commit cea55ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
# so we include WP 5.9 manually instead of in the matrix
- php: '8.1'
wordpress: '5.9'
- php: '8.2'
wordpress: '6.5'
- php: '8.2'
wordpress: '6.4.0'
- php: '8.0'
wordpress: '6.2'
- php: '8.0'
wordpress: '6.1'
- php: '7.4'
wordpress: '5.9'
steps:
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: WPGraphQL, markkelnar, jasonbahl
Tags: WPGraphQL, Cache, API, Invalidation, Persisted Queries, GraphQL, Performance, Speed
Requires at least: 5.6
Tested up to: 6.4.2
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 1.3.1
License: GPLv2 or later
Expand Down
2 changes: 1 addition & 1 deletion wp-graphql-smart-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author: WPGraphQL
* Author URI: http://www.wpgraphql.com
* Requires at least: 5.6
* Tested up to: 6.4.2
* Tested up to: 6.5
* Requires PHP: 7.4
* Text Domain: wp-graphql-smart-cache
* Domain Path: /languages
Expand Down

0 comments on commit cea55ec

Please sign in to comment.