Skip to content

Commit 76f3c13

Browse files
committed
支持 Laravel 8.x
1 parent 09832df commit 76f3c13

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: php
22

3+
dist: xenial
4+
5+
os: linux
6+
37
cache:
48
directories:
59
- $HOME/.cache/pip
@@ -21,7 +25,7 @@ env:
2125
- TESTBENCH_VERSION=~5.0.0 # Laravel 7.x
2226
- TESTBENCH_VERSION=~6.0.0 # Laravel 8.x
2327

24-
matrix:
28+
jobs:
2529
exclude:
2630
# 排除高版本的 Laravel 不支持的低版本 PHP 的测试
2731
# Laravel 5.6 及以后版本不支持 7.0.0

0 commit comments

Comments
 (0)