Skip to content

Commit 2e1a97b

Browse files
committed
travis: added PHP 7.3
1 parent 04a5ef6 commit 2e1a97b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
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
before_install:
78
# turn off XDebug

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The recommended way to install is via Composer:
3333
composer require nette/database
3434
```
3535

36-
It requires PHP version 5.6 and supports PHP up to 7.2. The dev-master version requires PHP 7.1.
36+
It requires PHP version 5.6 and supports PHP up to 7.3. The dev-master version requires PHP 7.1.
3737

3838

3939
Usage

0 commit comments

Comments
 (0)