From 86b68fb5152a6e0c1d960455c9c653d3b6fcbcc4 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Wed, 8 May 2019 10:27:05 -0500 Subject: [PATCH] Add PHP 7.4 to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 559e5f64..208ab874 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ php: - '7.1' - '7.2' - '7.3' +- '7.4' #- nightly cache: