Build on PHP 7.3 and 7.4

This commit is contained in:
Javier Spagnoletti 2020-01-31 17:54:21 -03:00
parent e30de6b719
commit 9d71b8a225

View file

@ -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