From e646c240a1dad639d9fd6ab0f8408ee153037868 Mon Sep 17 00:00:00 2001 From: Anatoliy Babushka Date: Thu, 18 Jun 2020 17:47:49 +0200 Subject: [PATCH] Add travis PHP 7.4 env --- .travis.yml | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4574d35..a39fc73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - '7.1' - '7.2' - '7.3' + - '7.4' install: travis_retry composer install --no-interaction --prefer-dist --no-suggest diff --git a/composer.json b/composer.json index 7347797..b1ec02b 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ ], "homepage": "https://github.com/bbsnly/chartjs-php", "type": "package", - "version": "2.2.0", + "version": "2.3.0", "license": "MIT", "authors": [ {