Skip to content

Commit

Permalink
travis: added PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 18, 2018
1 parent 50679be commit d77f3fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: php
php:
- 7.1
- 7.2
- 7.3

before_install:
# turn off XDebug
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -28,4 +28,4 @@ The recommended way to install is via Composer:
composer require nette/component-model
```

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

0 comments on commit d77f3fc

Please sign in to comment.