Skip to content

Commit

Permalink
Test against PHP 7.4 (allow failures)
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Sep 5, 2019
1 parent 6aac854 commit 7ff56f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ language: php
php:
- '7.2'
- '7.3'
- '7.4snapshot'

matrix:
fast_finish: true
allow_failures:
- php: '7.4snapshot'

env:
- COMPOSER_FLAGS="--prefer-lowest"
Expand Down

0 comments on commit 7ff56f7

Please sign in to comment.