From 57db8486d0ef06b31e7869a458eae5455c04c3fb Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 18 Sep 2020 08:49:42 +0200 Subject: [PATCH] Update stable20 target versions Signed-off-by: Joas Schilling --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea931e3e6..407e833bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,14 +2,14 @@ language: php php: - 7.2 - 7.3 - - 7.4snapshot + - 7.4 env: global: - APP_NAME=logreader - DB=sqlite matrix: - - CORE_BRANCH=master + - CORE_BRANCH=stable20 branches: only: