From 63e4fe47df5d629eb097d2a030126d4e56d0377f Mon Sep 17 00:00:00 2001 From: Boone B Gorges Date: Tue, 14 Nov 2017 15:34:07 +0000 Subject: [PATCH] Update PHP versions in Travis test matrix. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5749cec..de1cee5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,9 @@ language: php # Versions of PHP to test against php: - - 5.3 - - 5.4 + - 5.6 + - 7.0 + - 7.1 # Specify versions of WordPress to test against # WP_VERSION = WordPress version number (use "master" for SVN trunk)