From ae7fe9dc80862896b0213e827b36a16502472769 Mon Sep 17 00:00:00 2001 From: Gert de Pagter Date: Thu, 3 Oct 2019 12:34:56 +0200 Subject: [PATCH] Test against newer php versions --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8eac8778..ef86a1a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,8 @@ matrix: - php: 5.6 - php: 7 - php: 7.1 + - php: 7.2 + - php: 7.3 fast_finish: true before_install: @@ -25,4 +27,4 @@ script: - vendor/bin/phpunit --bootstrap vendor/autoload.php --coverage-clover build/logs/clover.xml tests/ after_success: - - travis_retry php vendor/bin/coveralls \ No newline at end of file + - travis_retry php vendor/bin/coveralls