From 522ac1bc873bef1475ad1608ea149e66bfbfef79 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 9 Jan 2018 12:16:13 +0100 Subject: [PATCH] Add php7.2 to travis tests --- .travis.yml | 1 + Changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e304411f2..32116a4c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ notifications: php: - '7.1' + - '7.2' addons: mariadb: '10.2' diff --git a/Changelog b/Changelog index 3b5fd7ae0..5c89a884f 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-01-09 DariusIII + * Chg: Add php7.2 to travis tests * Chg: Start switching to php7.2, remove mcrypt extension requirement from composer.json * Chg: Remove config/nntmux.php 2018-01-08 DariusIII