Skip to content

Commit

Permalink
tested on PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 15, 2020
1 parent 96c5c2c commit d5e7d21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 7.2
- 7.3
- 7.4
- nightly

before_install:
# turn off XDebug
Expand Down Expand Up @@ -75,7 +76,7 @@ jobs:
- stage: Code Coverage


sudo: false
dist: xenial

cache:
directories:
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.4.
It requires PHP version 7.1 and supports PHP up to 8.0.


Client-side support can be installed with npm or yarn:
Expand Down

0 comments on commit d5e7d21

Please sign in to comment.