Skip to content

Commit b422968

Browse files
authored
Test against PHP 7.2
1 parent 9ee9724 commit b422968

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.0
55
- 7.1
6+
- 7.2
67

78
before_script:
89
- travis_retry composer self-update --preview
@@ -16,4 +17,4 @@ before_install:
1617
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
1718

1819
after_success:
19-
- codecov
20+
- codecov

0 commit comments

Comments
 (0)