From 6d2e7be1cc07e030e1a65682b57fbe496b08dc82 Mon Sep 17 00:00:00 2001 From: Nicole Cordes Date: Fri, 6 Dec 2019 16:19:02 +0100 Subject: [PATCH] [TASK] Raise PHP compatibility to 7.4 --- .travis.yml | 12 ++++++++++++ composer.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e491341..c9136a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,6 +63,18 @@ jobs: - env: COVERAGE_VERSIONS="^5.0 ^6.0" - env: COVERAGE_VERSIONS="^5.0" include: + - stage: test + php: 7.4 + env: COVERAGE_VERSIONS="~7.0.0" + - stage: test + php: 7.4 + env: COVERAGE_VERSIONS="~6.0.0 ~6.1.0" + - stage: test + php: 7.4 + env: COVERAGE_VERSIONS="~5.0.0 ~5.1.0 ~5.2.0 ~5.3.0" + - stage: test + php: 7.4 + env: COVERAGE_VERSIONS="^5.0 ^6.0 ^7.0" - stage: test php: 7.3 env: COVERAGE_VERSIONS="~7.0.0" diff --git a/composer.json b/composer.json index 87af0c6..d7564c0 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ } ], "require": { - "php": ">=7.0.8 < 7.4", + "php": ">=7.0.8 < 7.5", "ext-dom": "*", "ext-json": "*", "ext-simplexml": "*",