fixing PHP 7.0 and adding 7.3

This commit is contained in:
Ralf Becker 2018-10-18 11:23:16 +02:00
parent 65f0891693
commit 960beebb81

View File

@ -4,6 +4,7 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
- master
matrix:
@ -42,7 +43,7 @@ before_script:
"5.6")
composer require 'phpunit/phpunit:~5.7';
;;
"7")
"7"|"7.0")
composer require 'phpunit/phpunit:~6';
;;
*)