From 0a48fc7e42f95ba69ad6260d624d9b0dd941c151 Mon Sep 17 00:00:00 2001 From: Bojan Zivanovic Date: Fri, 31 May 2019 13:00:28 +0200 Subject: [PATCH] Add PHP 7.2 and 7.3 testing to Travis. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d7b3c6ea..b7747b5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ sudo: false language: php php: + - 7.3 + - 7.2 - 7.1 - 7.0 - 5.6