Skip to content

Commit

Permalink
Add PHP 7.4 to travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek committed Apr 5, 2020
1 parent f1b4302 commit aa8e792
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@ php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- 'nightly'

matrix:
include:
- php: '5.3'
dist: precise
- php: '5.4'
dist: precise
allow_failures:
- php: 'nightly'

before_script:
- travis_retry composer self-update
Expand Down

0 comments on commit aa8e792

Please sign in to comment.