Skip to content

Commit

Permalink
Add PHP 7.4 test for Travis
Browse files Browse the repository at this point in the history
Add PHP 7.4 test for Travis, but allow failures.
  • Loading branch information
gisostallenberg committed Feb 11, 2020
1 parent ace1b64 commit 205d140
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ language: php
php:
- 7.2
- 7.3
- 7.4

jobs:
allow_failures:
- php: 7.4
env: PREFER_LOWEST=""
- php: 7.4
env: PREFER_LOWEST="--prefer-lowest"

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

0 comments on commit 205d140

Please sign in to comment.