Skip to content

Commit 5e3a11b

Browse files
author
xuan.zhang
committed
Merge branch 'develop'
2 parents 1c0f3be + 5b826f0 commit 5e3a11b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ env:
77
- TESTBENCH_VERSION=^6.2
88
- TESTBENCH_VERSION=^5.2
99
- TESTBENCH_VERSION=^4.8
10+
jobs:
11+
exclude:
12+
- php: "7.2"
13+
env: TESTBENCH_VERSION=^6.2
1014
before_install:
1115
- composer require --dev "orchestra/testbench:${TESTBENCH_VERSION}"
1216
install:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Eloquent model history tracking for Laravel (NOW WITH AUTOLOAD!)
1515

1616
### Composer
1717

18-
Laravel 6.x, 7.x
18+
Laravel 6.x, 7.x, 8.x
1919

2020
```shell
2121
composer require panoscape/history

0 commit comments

Comments
 (0)