Skip to content

Commit

Permalink
支持 Laravel 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
calchen committed Oct 20, 2020
1 parent 7a3b994 commit 1df9637
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,5 +1,9 @@
language: php

dist: xenial

os: linux

cache:
directories:
- $HOME/.cache/pip
Expand All @@ -21,7 +25,7 @@ env:
- TESTBENCH_VERSION=~5.0.0 # Laravel 7.x
- TESTBENCH_VERSION=~6.0.0 # Laravel 8.x

matrix:
jobs:
exclude:
# 排除高版本的 Laravel 不支持的低版本 PHP 的测试
# Laravel 5.6 及以后版本不支持 7.0.0
Expand Down

0 comments on commit 1df9637

Please sign in to comment.