Skip to content

Commit 6c51d44

Browse files
committed
only test actively supported PHP versions
1 parent fcdae34 commit 6c51d44

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ addons:
77
packages:
88
- oracle-java8-set-default
99

10-
matrix:
11-
fast_finish: true
12-
include:
13-
- php: 7.1
14-
- php: 7.2
10+
php:
11+
- 7.2
12+
- 7.3
13+
- 7.4
1514

1615
env:
1716
global:

0 commit comments

Comments
 (0)