Skip to content

Commit 6b69042

Browse files
committed
tested on PHP 8.0
1 parent 6610de6 commit 6b69042

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.2
55
- 7.3
66
- 7.4
7+
- nightly
78

89
before_install:
910
# turn off XDebug
@@ -75,7 +76,7 @@ jobs:
7576
- stage: Code Coverage
7677

7778

78-
sudo: false
79+
dist: xenial
7980

8081
cache:
8182
directories:

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.4.
39+
It requires PHP version 7.1 and supports PHP up to 8.0.
4040

4141

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

0 commit comments

Comments
 (0)