Skip to content

Commit bc04e9f

Browse files
committed
travis: added PHP 7.3
1 parent a3e31de commit bc04e9f

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
@@ -38,4 +38,4 @@ The recommended way to install is via Composer:
3838
composer require nette/utils
3939
```
4040

41-
It requires PHP version 5.6 and supports PHP up to 7.2. The dev-master version requires PHP 7.1.
41+
It requires PHP version 5.6 and supports PHP up to 7.3. The dev-master version requires PHP 7.1.

0 commit comments

Comments
 (0)