Skip to content

Commit 8578dfc

Browse files
committed
Travis: add php 7.3, php 7.4, drop hhvm
1 parent 2e4e29c commit 8578dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ cache:
1010
jobs:
1111
fast_finish: true
1212
allow_failures:
13-
- php: "hhvm"
1413
- php: "nightly"
1514
include:
1615
- php: "7.1"
1716
- php: "7.2"
17+
- php: "7.3"
18+
- php: "7.4"
1819
- php: "nightly"
19-
- php: "hhvm"
2020

2121
install:
2222
- composer install

0 commit comments

Comments
 (0)