Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
xuan.zhang committed Oct 20, 2020
2 parents 1c0f3be + 5b826f0 commit 5e3a11b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ env:
- TESTBENCH_VERSION=^6.2
- TESTBENCH_VERSION=^5.2
- TESTBENCH_VERSION=^4.8
jobs:
exclude:
- php: "7.2"
env: TESTBENCH_VERSION=^6.2
before_install:
- composer require --dev "orchestra/testbench:${TESTBENCH_VERSION}"
install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Eloquent model history tracking for Laravel (NOW WITH AUTOLOAD!)

### Composer

Laravel 6.x, 7.x
Laravel 6.x, 7.x, 8.x

```shell
composer require panoscape/history
Expand Down

0 comments on commit 5e3a11b

Please sign in to comment.