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 286ecf1 commit e17242a
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

services:
- mysql
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The recommended way to install is via Composer:
composer require nette/database
```

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 e17242a

Please sign in to comment.