1
0
mirror of https://github.com/dg/dibi.git synced 2025-02-22 18:02:25 +01:00

travis: added PHP 7.4

This commit is contained in:
David Grudl 2019-11-19 01:45:30 +01:00
parent 1db63d81e9
commit 9d4bef53d3
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4
services:
- mysql

View File

@ -26,7 +26,7 @@ Install Dibi via Composer:
composer require dibi/dibi
```
The Dibi 4.0 requires PHP version 7.1 and supports PHP up to 7.2. Older Dibi 3.x requires PHP 5.4 and supports PHP up to 7.2.
The Dibi 4.1 requires PHP version 7.1 and supports PHP up to 7.4.
Usage