Skip to content

Commit

Permalink
readme: info about supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Nov 19, 2019
1 parent 12bdbf0 commit ad2df9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ 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.3. The 2.1 version and newer require PHP 7.1.
Nette Tester 2.3 requires PHP 7.1 and supports PHP up to 7.4.
Nette Tester 2.1 and 2.2 requires PHP 7.1 and supports PHP up to 7.3.
Nette Tester 2.0 requires PHP 5.6 and supports PHP up to 7.3.
Collecting and processing code coverage information depends on Xdebug or PCOV extension, or PHPDBG SAPI.



Writing Tests
-------------

Expand Down

0 comments on commit ad2df9a

Please sign in to comment.