From 3c5c44d75f2003f31121425b73841fbb05a349ef Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 5 Nov 2018 20:55:50 +0000 Subject: [PATCH] PHP bump in travis and sys-config too --- .travis.yml | 2 +- core/sys_config.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 459b6395..5d4b46c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: php php: - - 7.0 - 7.1 + - 7.2 sudo: false diff --git a/core/sys_config.inc.php b/core/sys_config.inc.php index c91190ac..b54726f6 100644 --- a/core/sys_config.inc.php +++ b/core/sys_config.inc.php @@ -40,7 +40,7 @@ _d("TIMEZONE", null); // string timezone _d("CORE_EXTS", "bbcode,user,mail,upload,image,view,handle_pixel,ext_manager,setup,upgrade,handle_404,comment,tag_list,index,tag_edit,alias_editor"); // extensions to always enable _d("EXTRA_EXTS", ""); // string optional extra extensions _d("BASE_URL", null); // string force a specific base URL (default is auto-detect) -_d("MIN_PHP_VERSION", '7.0');// string minium supported PHP version +_d("MIN_PHP_VERSION", '7.1');// string minium supported PHP version /* * Calculated settings - you should never need to change these