mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 09:54:03 +00:00
Use 7.2 instead of 7.4
This commit is contained in:
parent
79e3d53b06
commit
eb1a2ebe32
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -15,11 +15,11 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php: ["7.4", "8.0"]
|
php: ["7.2", "8.0"]
|
||||||
laravel: ["^6.0", "^8.0", "^9.0"]
|
laravel: ["^6.0", "^8.0", "^9.0"]
|
||||||
exclude:
|
exclude:
|
||||||
- laravel: "^9.0"
|
- laravel: "^9.0"
|
||||||
php: "7.4"
|
php: "7.2"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue