Skip to content

Commit 0454777

Browse files
authored
php8 support (#4)
* php8 support * travis php8
1 parent 200bd34 commit 0454777

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ matrix:
3131
env: LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~9.0
3232
- php: 7.4
3333
env: LARAVEL_VERSION=~8.0 TESTBENCH_VERSION=~6.0 PHPUNIT_VERSION=~9.0
34+
35+
- php: 8.0
36+
env: LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
37+
- php: 8.0
38+
env: LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~9.0
39+
- php: 8.0
40+
env: LARAVEL_VERSION=~8.0 TESTBENCH_VERSION=~6.0 PHPUNIT_VERSION=~9.0
3441

3542
before_install:
3643
- travis_retry composer self-update

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^7.2",
22+
"php": "^7.2|^8.0",
2323
"ext-zip": "*",
2424
"illuminate/contracts": "^6.0|^7.0|^8.0",
2525
"illuminate/support": "^6.0|^7.0|^8.0"

0 commit comments

Comments
 (0)