Skip to content

Commit

Permalink
Feature(CI): Test under PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr authored Jul 6, 2019
1 parent a607b5c commit 108c4e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: php
php:
- "7.1"
- "7.2"
- 7.1
- 7.2
- 7.3
notifications:
email:
on_success: "always"
Expand Down

0 comments on commit 108c4e2

Please sign in to comment.