Skip to content

Commit f03a237

Browse files
committed
travis: added PHP 7.4
1 parent 213cb58 commit f03a237

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
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
before_install:
89
# turn off XDebug

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The recommended way to install is via Composer:
3636
composer require nette/forms
3737
```
3838

39-
It requires PHP version 7.1 and supports PHP up to 7.3.
39+
It requires PHP version 7.1 and supports PHP up to 7.4.
4040

4141

4242
Usage

0 commit comments

Comments
 (0)