mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 02:34:03 +00:00
Update ci.yml to match master
This commit is contained in:
parent
cee404307c
commit
934574fcb2
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -15,7 +15,11 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
laravel: ['^10.1']
|
||||
include:
|
||||
- laravel: "^9.0"
|
||||
php: "8.0"
|
||||
- laravel: "^10.0"
|
||||
php: "8.2"
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue