From 4e237821fc020c0253472719d02c8ed4a40400a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 17 Oct 2016 16:52:11 +0200 Subject: [PATCH] Use 7.1.0RC3 for tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f8af2f83b..2a683994b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: php php: - - "7.1.0RC2" + - "7.1.0RC3" - "7.0" - "5.6" - "5.5"