From b2e7f7d41101eeb90f179574eec07d0398b256fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Make=C5=A1?= Date: Sun, 15 Dec 2019 14:02:43 +0100 Subject: [PATCH] Changed PHP from 7.4 beta to stable in TravisCI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 99e7178..a9f9cd8 100755 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ php: - '7.1' - '7.2' - '7.3' - - '7.4snapshot' + - '7.4' matrix: fast_finish: true