We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8a552 commit fab8e20Copy full SHA for fab8e20
readme.md
@@ -31,7 +31,10 @@ composer require nette/tester --dev
31
32
Alternatively, you can download the [tester.phar](https://github.com/nette/tester/releases) file.
33
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.
+- Nette Tester 2.3 is compatible with PHP 7.1 to 7.4
35
+- Nette Tester 2.1 & 2.2 is compatible with PHP 7.1 to 7.3
36
+- Nette Tester 2.0 is compatible with PHP 5.6 to 7.3
37
+
38
Collecting and processing code coverage information depends on Xdebug or PCOV extension, or PHPDBG SAPI.
39
40
0 commit comments