mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:24:04 +00:00
Use PHP 7.3 instead of 7.2
This commit is contained in:
parent
eb1a2ebe32
commit
fa2a61fcd7
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.2", "8.0"]
|
php: ["7.3", "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.2"
|
php: "7.3"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue