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 6b3e881 commit 8435694
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

env:
- PHP_BIN=php
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -31,7 +31,7 @@ composer require nette/tester --dev

Alternatively, you can download the [tester.phar](https://github.com/nette/tester/releases) file.

Nette Tester 2.0 requires PHP 5.6 and supports PHP up to 7.2. The 2.1 version requires PHP 7.1.
Nette Tester 2.0 requires PHP 5.6 and supports PHP up to 7.3. The 2.1 version requires PHP 7.1.
Collecting and processing code coverage information depends on Xdebug, or PHPDBG.


Expand Down

0 comments on commit 8435694

Please sign in to comment.