Skip to content

Commit 7d7fce8

Browse files
committed
tested on PHP 8.0
1 parent 2a61554 commit 7d7fce8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.2
55
- 7.3
66
- 7.4
7+
- 8.0snapshot
78

89
services:
910
- memcached
@@ -65,7 +66,7 @@ jobs:
6566
- stage: Code Coverage
6667

6768

68-
sudo: false
69+
dist: xenial
6970

7071
cache:
7172
directories:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.1",
18+
"php": ">=7.1 <8.1",
1919
"nette/finder": "^2.4 || ^3.0",
2020
"nette/utils": "^2.4 || ^3.0"
2121
},

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Install Nette Caching via Composer:
2121
composer require nette/caching
2222
```
2323

24-
It requires PHP version 7.1 and supports PHP up to 7.4.
24+
It requires PHP version 7.1 and supports PHP up to 8.0.
2525

2626

2727
Basic Usage

0 commit comments

Comments
 (0)