Skip to content

Commit 49c1951

Browse files
committed
ci: WP6.9 + PHP8.4
1 parent f68afb0 commit 49c1951

File tree

6 files changed

+18
-13
lines changed

6 files changed

+18
-13
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up PHP
5454
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # v2.35.4
5555
with:
56-
php-version: '8.3'
56+
php-version: 8.4
5757
coverage: none
5858
tools: cs2pr
5959

@@ -116,7 +116,7 @@ jobs:
116116
- name: Set up PHP
117117
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # v2.35.4
118118
with:
119-
php-version: 8.3
119+
php-version: 8.4
120120
coverage: none
121121
tools: cs2pr
122122

@@ -231,7 +231,7 @@ jobs:
231231
- name: Set up PHP
232232
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # v2.35.4
233233
with:
234-
php-version: 8.3
234+
php-version: 8.4
235235
coverage: none
236236
tools: cs2pr
237237

@@ -343,13 +343,17 @@ jobs:
343343
fail-fast: false
344344
matrix:
345345
## GF 2.9.x only supports from WP 6.5, and we have no way to access earlier versions.
346-
php: ['8.2', '8.1']
347-
wordpress: ['6.8', '6.7', '6.6', '6.5']
346+
php: ['8.4', '8.3', '8.2', '8.1']
347+
wordpress: ['6.9','6.8', '6.7', '6.6', '6.5']
348348
coverage: [0]
349349
include:
350-
- php: '8.3'
351-
wordpress: '6.8'
350+
- php: '8.4'
351+
wordpress: '6.9'
352352
coverage: 1
353+
# Unsupported combinated by wp-env
354+
exclude:
355+
- php: '8.4'
356+
wordpress: ['6.5', '6.6']
353357
env:
354358
WP_ENV_PHP_VERSION: ${{ matrix.php }}
355359
WP_ENV_CORE: ${{ matrix.wordpress == 'trunk' && 'WordPress/WordPress' || format( 'https://wordpress.org/wordpress-{0}.zip', matrix.wordpress ) }}
@@ -491,7 +495,7 @@ jobs:
491495
# - name: Set up PHP
492496
# uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # v2.35.4
493497
# with:
494-
# php-version: 8.3
498+
# php-version: 8.4
495499
# coverage: none
496500
# tools: cs2pr
497501

.github/workflows/upload-schema-artifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up PHP
2323
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # v2.35.4
2424
with:
25-
php-version: 8.3
25+
php-version: 8.4
2626
coverage: none
2727

2828
# This date is used to ensure that the PHPCS cache is cleared at least once every week.

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
- dev: Integrated Prettier and `@wordpress/scripts` for standardized codebase management.
88
- perf: Add support for AppContext::get() and ::set() in WPGraphQL v2.3.8+.
99
- feat: Refactor File Upload handling for Gravity Forms 2.8.6+ compatibility.
10-
- ci: Test compatibility against WPGraphQL v2.6.0 and WordPress 6.8.3.
10+
- ci: Test compatibility against WPGraphQL v2.6.0 and WordPress 6.9.
11+
- ci: Test compatibility against PHP 8.4.
1112
- perf: migrate DataLoader registration to use lazy-loaded `graphql_data_loader_classes` filter. H/t @bpkennedy
1213
- fix: cleanup activation lifecycle.
1314
- fix: Prevent duplicate file counts for Single File Upload fields. Props @Gytjarek

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ WPGraphQL for Gravity Forms is an essential tool for those leveraging decoupled
2121

2222
## System Requirements
2323

24-
* PHP: 7.4-8.2+
24+
* PHP: 7.4-8.4+
2525
* WordPress: 6.0+
2626
* WPGraphQL: 1.26.0+
2727
* Gravity Forms: 2.7+

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: justlevine, kellenmace, mtdbyanechko, tinytoolbox
33
Tags: Forms, GraphQL, Gatsby, Headless, GF, Gravity, WPGraphQL, React
44
Requires at least: 6.0
5-
Tested up to: 6.8.1
5+
Tested up to: 6.9
66
Requires PHP: 7.4
77
Requires Gravity Forms: 2.7.0
88
Requires WPGraphQL: 1.26.0

wp-graphql-gravity-forms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Text Domain: wp-graphql-gravity-forms
1212
* Domain Path: /languages
1313
* Requires at least: 6.0
14-
* Tested up to: 6.8.3
14+
* Tested up to: 6.9
1515
* Requires PHP: 7.4
1616
* Requires Plugins: wp-graphql
1717
* Gravity Forms requires at least: 2.7.0

0 commit comments

Comments
 (0)