Skip to content

Commit 6f56781

Browse files
committed
Merge commit 'd44413e138f947625195405be861d734b3cf6d4d' into fix/172-cloning-group-fields
2 parents 7ebc8a4 + d44413e commit 6f56781

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/testing-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
wpgraphql_content_blocks: [ false ]
2525
acf_version: [ 5.12.4, 6.1.8 ]
2626
include:
27+
- php: '8.2'
28+
wordpress: '6.5'
29+
acf_pro: true
30+
wpgraphql_content_blocks: true
2731
- php: '8.2'
2832
wordpress: '6.4.0'
2933
acf_pro: true

readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== WPGraphQL for ACF ===
22
Contributors: jasonbahl, wpgraphql
33
Tags: GraphQL, ACF, API, NextJS, Faust, Headless, Decoupled, React, Vue, Svelte, JSON, REST
4-
Requires at least: 6.0
5-
Tested up to: 6.4
6-
Requires PHP: 7.4
4+
Requires at least: 5.9
5+
Tested up to: 6.5
6+
Requires PHP: 7.3
77
Stable Tag: 2.2.0
88
License: GPL-3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html

wpgraphql-acf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Text Domain: wpgraphql-acf
99
* Requires PHP: 7.3
1010
* Requires at least: 5.9
11-
* Tested up to: 6.2
11+
* Tested up to: 6.5
1212
* License: GPL-3
1313
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
1414
*

0 commit comments

Comments
 (0)