mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 08:14:02 +00:00
Test Laravel 8 support
This commit is contained in:
parent
375380cc7e
commit
c515cf0a12
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -17,7 +17,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
laravel: [
|
laravel: [
|
||||||
"^6.0",
|
"^6.0",
|
||||||
"^7.0"
|
"^7.0",
|
||||||
|
"8.x-dev"
|
||||||
]
|
]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue