Skip to content

Commit 28ebddc

Browse files
authored
Only test supported PHP versions
1 parent 804daec commit 28ebddc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

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

33
php:
4-
- 5.6
5-
- 7.0
6-
- hhvm
4+
- 7.2
5+
- 7.3
6+
- 7.4
77

88
sudo: false
99

1010
install: composer install --no-interaction --prefer-source
1111

12-
script: vendor/bin/phpunit
12+
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)