Add PHP 7.3 to CI matrix

This commit is contained in:
Stefan Kalscheuer 2018-10-27 19:09:34 +02:00
parent 35b6d5592b
commit 7e51c7d63e

View File

@ -6,6 +6,7 @@ php:
- '7.0'
- '7.1'
- '7.2'
- '7.3'
before_script:
- composer install
script: