Skip to content

Commit

Permalink
Merge branch 'ci/test-against-6.5' into release/v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Apr 25, 2024
2 parents 9e18c1b + 927a934 commit 9de5cc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests-wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +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:
- name: Checkout
uses: actions/checkout@v2
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.2
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 9de5cc4

Please sign in to comment.