Skip to content

Commit 01d5c3d

Browse files
committed
Run tests with PHP 7.3 and PHP 7.4
1 parent 9c03d53 commit 01d5c3d

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)