diff --git a/.travis.yml b/.travis.yml index 99479ca595..a9a4c13d97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'; ;; *)