1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-03 12:47:33 +02:00

tested on PHP 8.0

This commit is contained in:
David Grudl
2020-10-15 16:31:14 +02:00
parent e4b6e769ee
commit 3f7171c7a4
2 changed files with 3 additions and 2 deletions

View File

@@ -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:

View File

@@ -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