Skip to content

Commit e17242a

Browse files
committed
travis: added PHP 7.4
1 parent 286ecf1 commit e17242a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ php:
33
- 7.1
44
- 7.2
55
- 7.3
6+
- 7.4
67

78
services:
89
- mysql

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The recommended way to install is via Composer:
3333
composer require nette/database
3434
```
3535

36-
It requires PHP version 7.1 and supports PHP up to 7.3.
36+
It requires PHP version 7.1 and supports PHP up to 7.4.
3737

3838

3939
Usage

0 commit comments

Comments
 (0)