We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192261f commit 6b79524Copy full SHA for 6b79524
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 7.2
5
- 7.3
6
- 7.4
7
+ - nightly
8
9
services:
10
- mysql
@@ -72,7 +73,7 @@ jobs:
72
73
- stage: Code Coverage
74
75
-sudo: false
76
+dist: xenial
77
78
cache:
79
directories:
readme.md
@@ -33,7 +33,7 @@ The recommended way to install is via Composer:
33
composer require nette/database
34
```
35
36
-It requires PHP version 7.1 and supports PHP up to 7.4.
+It requires PHP version 7.1 and supports PHP up to 8.0.
37
38
39
Usage
0 commit comments