Skip to content

Commit 8a03b1c

Browse files
Add expected matrix for .travis.yml
Add PHP version 7.3, 7.4 into matrix build Since current PHP recommended version is 7.3+. @see https://wordpress.org/support/article/requirements/
1 parent fc9e3e1 commit 8a03b1c

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

features/scaffold-plugin-tests.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ Feature: Scaffold plugin unit tests
6161
"""
6262
matrix:
6363
include:
64+
- php: 7.4
65+
env: WP_VERSION=latest
66+
- php: 7.3
67+
env: WP_VERSION=latest
6468
- php: 7.2
6569
env: WP_VERSION=latest
6670
- php: 7.1

features/scaffold-theme-tests.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ Feature: Scaffold theme unit tests
5959
"""
6060
matrix:
6161
include:
62+
- php: 7.4
63+
env: WP_VERSION=latest
64+
- php: 7.3
65+
env: WP_VERSION=latest
6266
- php: 7.2
6367
env: WP_VERSION=latest
6468
- php: 7.1

features/scaffold.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,10 @@ Feature: WordPress code scaffolding
478478
"""
479479
matrix:
480480
include:
481+
- php: 7.4
482+
env: WP_VERSION=latest
483+
- php: 7.3
484+
env: WP_VERSION=latest
481485
- php: 7.2
482486
env: WP_VERSION=latest
483487
- php: 7.1

0 commit comments

Comments
 (0)