Updated the CI platform

This commit is contained in:
Cédric Belin
2018-12-14 17:58:13 +01:00
parent 694de17e9f
commit f58215f9ba

View File

@ -1,7 +1,7 @@
dist: trusty
dist: xenial
language: php
notifications: {email: false}
php: '7.2'
php: ['7.2', '7.3']
install: composer install --no-interaction
script: composer test