Skip to content

Commit 330d5a0

Browse files
committed
Add PHP 7.3 and 7.4 to the matrix
1 parent 6bbffd5 commit 330d5a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ language: php
44

55
php:
66
- 7.2
7+
- 7.3
8+
- 7.4snapshot
79
- nightly
810

911
cache:
@@ -21,6 +23,7 @@ script:
2123

2224
jobs:
2325
allow_failures:
26+
- php: 7.4snapshot
2427
- php: nightly
2528

2629
include:

0 commit comments

Comments
 (0)