Skip to content

Commit

Permalink
Add PHP 7.2 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMasterov committed Feb 11, 2018
1 parent 72833de commit 8e345ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.0
- 7.1
- 7.2
- nightly

sudo: false
Expand All @@ -18,7 +19,7 @@ git:
matrix:
fast_finish: true
include:
- php: 7.1
- php: 7.2
env:
- COMPOSER_FLAGS="--prefer-stable"
allow_failures:
Expand Down

0 comments on commit 8e345ad

Please sign in to comment.