Skip to content

Commit bb3f3f7

Browse files
committed
Stop testing WP latest on PHP < 7.2
This is due to the change of PHP version requirements in WP 6.6
1 parent c638493 commit bb3f3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
fail-fast: false
6969
matrix:
70-
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
70+
php: ['7.2', '7.3', '7.4', '8.0']
7171
wp: ['latest']
7272
mysql: ['8.0']
7373
include:

0 commit comments

Comments
 (0)