Skip to content

Commit

Permalink
Add PHP 7.3 and 7.4 to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Feb 26, 2019
1 parent a08e860 commit 2088d0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ language: php

php:
- 7.2
- 7.3
- 7.4snapshot
- nightly


cache:
directories:
- $HOME/.composer/cache
Expand All @@ -21,6 +24,7 @@ script:

jobs:
allow_failures:
- php: 7.4snapshot
- php: nightly

include:
Expand Down

0 comments on commit 2088d0b

Please sign in to comment.