Skip to content

Commit

Permalink
Merge pull request #194 from wp-graphql/ci/test-wp-6.5
Browse files Browse the repository at this point in the history
ci: test wp 6.5
  • Loading branch information
jasonbahl authored Apr 23, 2024
2 parents 5de366d + 8c6dcaf commit d44413e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
wpgraphql_content_blocks: [ false ]
acf_version: [ 5.12.4, 6.1.8 ]
include:
- php: '8.2'
wordpress: '6.5'
acf_pro: true
wpgraphql_content_blocks: true
- php: '8.2'
wordpress: '6.4.0'
acf_pro: true
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== WPGraphQL for ACF ===
Contributors: jasonbahl, wpgraphql
Tags: GraphQL, ACF, API, NextJS, Faust, Headless, Decoupled, React, Vue, Svelte, JSON, REST
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 7.3
Stable Tag: 2.2.0
License: GPL-3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
2 changes: 1 addition & 1 deletion wpgraphql-acf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Text Domain: wpgraphql-acf
* Requires PHP: 7.3
* Requires at least: 5.9
* Tested up to: 6.2
* Tested up to: 6.5
* License: GPL-3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*
Expand Down

0 comments on commit d44413e

Please sign in to comment.