Skip to content

Commit

Permalink
travis: added PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Nov 19, 2019
1 parent 213cb58 commit f03a237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4

before_install:
# turn off XDebug
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The recommended way to install is via Composer:
composer require nette/forms
```

It requires PHP version 7.1 and supports PHP up to 7.3.
It requires PHP version 7.1 and supports PHP up to 7.4.


Usage
Expand Down

0 comments on commit f03a237

Please sign in to comment.