Skip to content

Commit 2243d28

Browse files
committed
Bump PHP versions on Travis
Ubuntu Xenial only supports PHP 5.6+.
1 parent 622114b commit 2243d28

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
64
- 5.6
7-
- hhvm-nightly
5+
- 7.0
6+
- 7.1
7+
- 7.2
8+
- 7.3
9+
- 8.0
810

911
before_script:
1012
- composer install --dev

0 commit comments

Comments
 (0)