Skip to content

Commit 8b081b7

Browse files
authored
Merge pull request #268 from yukihiko-shinoda/add-matrix-7.4-travis
2 parents 12de88d + a939b9b commit 8b081b7

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-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

templates/plugin-travis.mustache

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ cache:
1818

1919
matrix:
2020
include:
21+
- php: 7.4
22+
env: WP_VERSION=latest
23+
- php: 7.3
24+
env: WP_VERSION=latest
2125
- php: 7.2
2226
env: WP_VERSION=latest
2327
- php: 7.1

0 commit comments

Comments
 (0)