Skip to content

Commit ad2df9a

Browse files
committed
readme: info about supported versions
1 parent 12bdbf0 commit ad2df9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ composer require nette/tester --dev
3131

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

34-
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.
34+
Nette Tester 2.3 requires PHP 7.1 and supports PHP up to 7.4.
35+
Nette Tester 2.1 and 2.2 requires PHP 7.1 and supports PHP up to 7.3.
36+
Nette Tester 2.0 requires PHP 5.6 and supports PHP up to 7.3.
3537
Collecting and processing code coverage information depends on Xdebug or PCOV extension, or PHPDBG SAPI.
3638

3739

40+
3841
Writing Tests
3942
-------------
4043

0 commit comments

Comments
 (0)