From 3f7171c7a4dad77fbe1a318d8f1749b6c20a6841 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Thu, 15 Oct 2020 16:31:14 +0200 Subject: [PATCH] tested on PHP 8.0 --- .travis.yml | 3 ++- readme.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7471f18d..ebac7525 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 7.2 - 7.3 - 7.4 + - 8.0snapshot services: - mysql @@ -67,7 +68,7 @@ jobs: - stage: Code Coverage -sudo: false +dist: xenial cache: directories: diff --git a/readme.md b/readme.md index a1a7265b..36b0b0af 100644 --- a/readme.md +++ b/readme.md @@ -32,7 +32,7 @@ Install Dibi via Composer: composer require dibi/dibi ``` -The Dibi 4.1 requires PHP version 7.1 and supports PHP up to 7.4. +The Dibi 4.1 requires PHP version 7.1 and supports PHP up to 8.0. Usage