Skip to content

Commit

Permalink
Released version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
milo committed Mar 11, 2019
1 parent 135e02c commit 899c70c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"bin": ["src/tester"],
"extra": {
"branch-alias": { "dev-master": "2.1-dev" }
"branch-alias": { "dev-master": "2.3-dev" }
}
}
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
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.3. 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 and newer require PHP 7.1.
Collecting and processing code coverage information depends on Xdebug or PCOV extension, or PHPDBG SAPI.


Expand Down Expand Up @@ -74,9 +74,9 @@ Now we run tests from command-line using the `tester` command:
> tester
_____ ___ ___ _____ ___ ___
|_ _/ __)( __/_ _/ __)| _ )
|_| \___ /___) |_| \___ |_|_\ v2.1.0
|_| \___ /___) |_| \___ |_|_\ v2.2.0
PHP 7.2.3 | php -n | 8 threads
PHP 7.3.3 | php -n | 8 threads
.
OK (1 tests, 0 skipped, 0.0 seconds)
```
Expand Down
2 changes: 1 addition & 1 deletion src/Runner/CliTester.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private function loadOptions(): CommandLine
echo <<<'XX'
_____ ___ ___ _____ ___ ___
|_ _/ __)( __/_ _/ __)| _ )
|_| \___ /___) |_| \___ |_|_\ v2.1.0
|_| \___ /___) |_| \___ |_|_\ v2.2.0


XX;
Expand Down

0 comments on commit 899c70c

Please sign in to comment.