From 108c4e2850da91f225186a25fc7d3a1563dc0578 Mon Sep 17 00:00:00 2001 From: Dmitry Patsura Date: Sun, 7 Jul 2019 00:01:11 +0300 Subject: [PATCH] Feature(CI): Test under PHP 7.3 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b17606..d16d9c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: php php: - - "7.1" - - "7.2" + - 7.1 + - 7.2 + - 7.3 notifications: email: on_success: "always"