From e9da7f981faf19a388e25a97aba7460afcac22c5 Mon Sep 17 00:00:00 2001 From: Andrey Bolonin Date: Tue, 30 Oct 2018 00:13:42 +0200 Subject: [PATCH] add php 7.3 to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5aaf587c6..1c9ef29c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ php: - 7.0 - 7.1 - 7.2 + - 7.3 - nightly - hhvm