From c38fd5b030373f03f6929a638f9bd69354b9417e Mon Sep 17 00:00:00 2001 From: Johnny Lee-Othon Date: Mon, 21 Jan 2019 18:54:38 +0100 Subject: [PATCH] Test against PHP 7.2 and 7.3 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index efacb1e..ffcf80f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ language: php php: - 7.0 - 7.1 + - 7.2 + - 7.3 install: - travis_retry composer require satooshi/php-coveralls:~0.6@stable