Skip to content

Commit 8a822d1

Browse files
author
Renato Alves
committed
Updating PHP version to be same as tests
1 parent 1e0546c commit 8a822d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<!-- Rules: Check PHP version compatibility -->
2424
<!-- https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
25-
<config name="testVersion" value="5.6-"/>
25+
<config name="testVersion" value="7.0-"/>
2626
<!-- https://github.com/PHPCompatibility/PHPCompatibilityWP -->
2727
<rule ref="PHPCompatibilityWP"/>
2828

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: kidunot89, ranaaterning, jasonbahl, saleebm
33
Tags: GraphQL, WooCommerce, WPGraphQL
44
Requires at least: 4.9
55
Tested up to: 5.2
6-
Requires PHP: 5.6
6+
Requires PHP: 7.0
77
Requires WooCommerce: 3.0.0
88
Requires WPGraphQL: 0.6.0+
99
Works with WPGraphQL-JWT-Authentication: 0.4.0+

0 commit comments

Comments
 (0)