Skip to content

Commit 5157e29

Browse files
committed
tested on PHP 8.0
1 parent 662d384 commit 5157e29

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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
- mysql
@@ -72,7 +73,7 @@ jobs:
7273
- stage: Code Coverage
7374

7475

75-
sudo: false
76+
dist: xenial
7677

7778
cache:
7879
directories:

readme.md

Lines changed: 1 addition & 1 deletion
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 7.1 and supports PHP up to 7.4.
36+
It requires PHP version 7.1 and supports PHP up to 8.0.
3737

3838

3939
Usage

0 commit comments

Comments
 (0)