From d3f13ffc58d762ddaab4c0052813f3559501e58a Mon Sep 17 00:00:00 2001 From: Chris Forrence Date: Sun, 21 Jun 2020 09:51:08 -0400 Subject: [PATCH] Update Travis CI for supported versions of PHP (#10) --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1fb1958..58bf34b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,11 @@ language: php php: - - 5.6 - - 7.0 - - 7.1 - - hhvm + - 7.2 + - 7.3 + - 7.4 -dist: trusty +dist: bionic sudo: false cache: