From a347c01e506ba3103e866dc9a05cac5b1bafa372 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 8 Aug 2019 22:33:30 +0200 Subject: [PATCH] Use PHP 7.4 to run the CI --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index be9b2dee..e08751a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,9 @@ cache: matrix: fast_finish: true include: - - php: 7.1 + - php: 7.4snapshot env: SKELETON_VERSION="^3.4" - - php: 7.1 + - php: 7.4snapshot env: SKELETON_VERSION="^4.0" before_install: