mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:34:04 +00:00
Change Laravel version in CI
This commit is contained in:
parent
c07201e33b
commit
83f4cbd58d
1 changed files with 2 additions and 3 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -16,11 +16,10 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- laravel: "9.0"
|
- laravel: "9.38"
|
||||||
php: "8.0"
|
php: "8.0"
|
||||||
- laravel: "10.0"
|
- laravel: 10
|
||||||
php: "8.1"
|
php: "8.1"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue