Skip to content

Commit 2c9a778

Browse files
authored
Merge pull request #144 from happyDemon/php8
add test bench version for php8
2 parents 83a78ed + c9aafc1 commit 2c9a778

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.2
55
- 7.3
66
- 7.4
7+
- 8.0
78
- nightly
89

910
cache:
@@ -14,6 +15,8 @@ env:
1415
- TESTBENCH_VERSION=3.8.* STABILITY=stable
1516
- TESTBENCH_VERSION=4.* STABILITY=stable
1617
- TESTBENCH_VERSION=5.* STABILITY=stable
18+
- TESTBENCH_VERSION=6.* STABILITY=stable
19+
- TESTBENCH_VERSION=6.* STABILITY=stable
1720

1821
matrix:
1922

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.1",
20+
"php": "^7.1|^8.0",
2121
"ext-zip": "*",
2222
"ext-json": "*",
2323
"illuminate/support": "^5.0|^6.0|^7.0|^8.0",

0 commit comments

Comments
 (0)