From 8520ab92afa88b6bb71538b685a505224c85c9f6 Mon Sep 17 00:00:00 2001 From: Joseph Olstad Date: Mon, 1 Jun 2020 12:42:57 -0400 Subject: [PATCH] update travis to test latest versions of php --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 998c94f..2e99344 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ # Configuration file for unit test runner. language: php php: - - 5.3 - - 5.4 - - 5.5 - 5.6 - 7.0 + - 7.1 + - 7.2 + - 7.3 + - 7.4 - hhvm env: - PHPUNIT_ARGS=--group=sass