Skip to content

Commit fc40703

Browse files
committed
php version changes.
1 parent 948dd28 commit fc40703

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: .travis.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: php
22
sudo: false
33
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
7-
- 7.0
8-
- hhvm
4+
- 7.1
5+
- 7.2
6+
- 7.3
7+
- 7.4
98
before_install: "composer install"
109
script: "vendor/bin/phpunit"

0 commit comments

Comments
 (0)