Skip to content

Commit

Permalink
Build on PHP 7.3 and 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Jan 31, 2020
1 parent e30de6b commit 9d71b8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,14 @@ language: php
php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- nightly

jobs:
fast_finish: true
allow_failures:
- php: nightly

install:
- composer install
Expand Down

0 comments on commit 9d71b8a

Please sign in to comment.