mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 10:14:04 +00:00
wip
This commit is contained in:
parent
243162578d
commit
0f5f6dabef
2 changed files with 7 additions and 12 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -14,13 +14,8 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
php: ['7.4', '8.0', '8.1']
|
||||
laravel: ['^6.0', '^8.0', '^9.0']
|
||||
exclude:
|
||||
- php: '8.1'
|
||||
laravel: '^6.0'
|
||||
- php: '7.4'
|
||||
laravel: '^9.0'
|
||||
php: ['8.1']
|
||||
laravel: ['^8.0', '^9.0']
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue