Skip to content

Commit 4b99f51

Browse files
Bump PHP and Woo Version
1 parent 865acc8 commit 4b99f51

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/php-compat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup proper PHP version
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: 7.3
17+
php-version: 7.4
1818
tools: composer
1919

2020
- name: Validate composer.json and composer.lock

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup proper PHP version
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: 7.3
17+
php-version: 7.4
1818
tools: composer
1919

2020
- name: Validate composer.json and composer.lock

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is the official WooCommerce extension to receive payments using the South A
88

99
- Requires at least: 6.2
1010
- Tested up to: 6.4
11-
- Requires PHP: 7.3
11+
- Requires PHP: 7.4
1212

1313
### Why choose Payfast?
1414

gateway-payfast.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* Version: 1.6.0
99
* Requires at least: 6.2
1010
* Tested up to: 6.4
11-
* WC tested up to: 8.3
12-
* WC requires at least: 8.1
13-
* Requires PHP: 7.3
11+
* WC tested up to: 8.4
12+
* WC requires at least: 8.2
13+
* Requires PHP: 7.4
1414
*/
1515
use Automattic\WooCommerce\Blocks\Payments\PaymentMethodRegistry;
1616

phpcs-compat.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
<exclude-pattern>build</exclude-pattern>
1515
<exclude-pattern>client</exclude-pattern>
1616

17-
<config name="testVersion" value="7.3-"/>
17+
<config name="testVersion" value="7.4-"/>
1818
</ruleset>

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<exclude-pattern>*/client/*</exclude-pattern>
1515

1616
<!-- ensure we are using language features according to supported PHP versions -->
17-
<config name="testVersion" value="7.3-"/>
17+
<config name="testVersion" value="7.4-"/>
1818

1919
<!-- Exclude the PHPCompatibilityWP ruleset -->
2020
<rule ref="PHPCompatibilityWP">

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: woocommerce, automattic, royho, akeda, mattyza, bor0, woothemes, d
33
Tags: credit card, payfast, payment request, woocommerce, automattic
44
Requires at least: 6.2
55
Tested up to: 6.4
6-
Requires PHP: 7.3
6+
Requires PHP: 7.4
77
Stable tag: 1.6.0
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html

0 commit comments

Comments
 (0)