Skip to content

Commit b9ecbf9

Browse files
committed
travis: added PHP 7.4
1 parent e7c5e69 commit b9ecbf9

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
@@ -3,6 +3,7 @@ php:
33
- 7.1
44
- 7.2
55
- 7.3
6+
- 7.4
67

78
services:
89
- memcached

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The recommended way to install Nette Caching is via Composer:
2626
composer require nette/caching
2727
```
2828

29-
It requires PHP version 7.1 and supports PHP up to 7.3.
29+
It requires PHP version 7.1 and supports PHP up to 7.4.
3030

3131

3232
Usage

0 commit comments

Comments
 (0)