Skip to content

Commit e827217

Browse files
committed
- up minimum WordPress requirement to match tests
- update tests to WordPress 5.9
1 parent 88fd31c commit e827217

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/testing-integration.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,9 @@ jobs:
5858
php: '7.4'
5959
- wordpress: '5.9'
6060
php: '8.1'
61+
# Minimum plugin requirement:
6162
- wordpress: '5.9'
6263
php: '7.3'
63-
# Minimum plugin requirement:
64-
- wordpress: '5.5' # Keeps compatibility with our test env.
65-
php: '7.3' # Our build script requires PHP 7.3+.
6664

6765
steps:
6866
- name: Checkout

wp-graphql.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Version: 1.27.2
1010
* Text Domain: wp-graphql
1111
* Domain Path: /languages/
12-
* Requires at least: 5.0
12+
* Requires at least: 5.9
1313
* Tested up to: 6.6
1414
* Requires PHP: 7.1
1515
* License: GPL-3

0 commit comments

Comments
 (0)