Skip to content

Commit

Permalink
Test against PHP 7.3 and PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fmasa committed Feb 23, 2020
1 parent 83bf47e commit 348cb60
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
Expand Up @@ -10,15 +10,16 @@ cache:
php:
- 7.1
- 7.2
- 7.3
- 7.4

matrix:
include:
- php: 7.1
env:
- COMPOSER_FLAGS="--prefer-lowest --prefer-stable"
- php: 7.1
- php: 7.4
env: COVERAGE="--coverage-clover build/logs/clover.xml"
- php: 7.2

before_install:
- travis_retry composer self-update
Expand Down

0 comments on commit 348cb60

Please sign in to comment.