Skip to content

Commit 2da4206

Browse files
committed
travis: added PHP 7.3
1 parent fc0342a commit 2da4206

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: php
22
php:
33
- 7.1
44
- 7.2
5+
- 7.3
56

67
before_install:
78
# turn off XDebug

readme.md

+1-1
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 5.6 and supports PHP up to 7.2. The dev-master version requires PHP 7.1.
39+
It requires PHP version 5.6 and supports PHP up to 7.3. The dev-master version requires PHP 7.1.
4040

4141

4242
Usage

0 commit comments

Comments
 (0)