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.
2 parents 83a78ed + c9aafc1 commit 2c9a778Copy full SHA for 2c9a778
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 7.2
5
- 7.3
6
- 7.4
7
+ - 8.0
8
- nightly
9
10
cache:
@@ -14,6 +15,8 @@ env:
14
15
- TESTBENCH_VERSION=3.8.* STABILITY=stable
16
- TESTBENCH_VERSION=4.* STABILITY=stable
17
- TESTBENCH_VERSION=5.* STABILITY=stable
18
+ - TESTBENCH_VERSION=6.* STABILITY=stable
19
20
21
matrix:
22
composer.json
@@ -17,7 +17,7 @@
}
],
"require": {
- "php": "^7.1",
+ "php": "^7.1|^8.0",
"ext-zip": "*",
"ext-json": "*",
23
"illuminate/support": "^5.0|^6.0|^7.0|^8.0",
0 commit comments