From fb12e82d62df6adf8efb734e799a250c0aada70a Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Fri, 14 Jul 2017 10:06:04 +0200 Subject: [PATCH] Drop HHVM support Because HHVM usage is very low (https://seld.be/notes/php-versions-stats-2017-1-edition) and because we don't have the necessary resources to properly support it, we drop all support for HHVM --- .travis.yml | 3 --- CHANGELOG.md | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 67bf8db2..0dd8db1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,14 +6,11 @@ php: - 5.6 - 7.0 - 7.1 - - hhvm matrix: include: - php: 7.0 env: COVERAGE=1 - allow_failures: - - php: hhvm cache: directories: diff --git a/CHANGELOG.md b/CHANGELOG.md index a2da4900..8f2e317c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ For a comprehensive list of all class changes, and a semi-automated migration pa - Dropped `PHPExcel_Calculation_Functions::VERSION()`. Composer or git should be used to know the version. - Dropped `PHPExcel_Settings::setPdfRenderer()` and `PHPExcel_Settings::setPdfRenderer()`. Composer should be used to autoload PDF libs. +- Dropped support for HHVM ## Previous versions of PHPExcel