Skip to content

Commit 9f2601d

Browse files
committed
travis: added PHP 7.3
1 parent f8312d7 commit 9f2601d

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
@@ -27,7 +27,7 @@ The recommended way to install is via Composer:
2727
composer require nette/mail
2828
```
2929

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

3232

3333
Usage

0 commit comments

Comments
 (0)