Skip to content

Commit 410b955

Browse files
authored
Add new PHP versions to travis.yml
1 parent 6ccbf42 commit 410b955

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
@@ -18,6 +18,9 @@ matrix:
1818
- { dist: trusty , php: "hhvm-3.18" }
1919
- { dist: trusty , php: "hhvm-nightly" }
2020
- { dist: trusty , php: "nightly" }
21+
- { dist: trusty , php: "7.4" }
22+
- { dist: trusty , php: "7.3" }
23+
- { dist: trusty , php: "7.2" }
2124
- { dist: trusty , php: "7.1" }
2225
- { dist: trusty , php: "7.0" }
2326
- { dist: trusty , php: "5.6" }

0 commit comments

Comments
 (0)