Skip to content

Commit 871c079

Browse files
committed
travis: added PHP 7.3
1 parent 0b60430 commit 871c079

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: php
22
php:
33
- 7.1
44
- 7.2
5+
- 7.3
56

67
env:
78
- PHP_BIN=php

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ composer require tracy/tracy
4141

4242
Alternatively, you can download the whole package or [tracy.phar](https://github.com/nette/tester/releases) file.
4343

44-
Tracy 3.0-dev requires PHP version 7.1 or newer (supports PHP up to 7.2) and is compatible with Chrome 49+, Firefox 45+, MS Edge 12+, Safari 10+ and iOS Safari 10.2+.
44+
Tracy 3.0-dev requires PHP version 7.1 or newer (supports PHP up to 7.3) and is compatible with Chrome 49+, Firefox 45+, MS Edge 12+, Safari 10+ and iOS Safari 10.2+.
4545

46-
Tracy 2.5 requires PHP version 5.4.4 or newer (supports PHP up to 7.2) and is compatible with Chrome 49+, Firefox 45+, MS Edge 12+, Safari 10+ and iOS Safari 10.2+.
46+
Tracy 2.5 requires PHP version 5.4.4 or newer (supports PHP up to 7.3) and is compatible with Chrome 49+, Firefox 45+, MS Edge 12+, Safari 10+ and iOS Safari 10.2+.
4747

4848
Tracy 2.4 requires PHP version 5.4.4 or newer (supports PHP up to 7.2) and is compatible with Chrome 29+, Firefox 28+, IE 11+ (except AJAX), MS Edge 12+, Safari 9+ and iOS Safari 9.2+.
4949

0 commit comments

Comments
 (0)