mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 08:44:02 +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:
|
||||
matrix:
|
||||
php: ["7.2", "8.0"]
|
||||
php: ["7.3", "8.0"]
|
||||
laravel: ["^6.0", "^8.0", "^9.0"]
|
||||
exclude:
|
||||
- laravel: "^9.0"
|
||||
php: "7.2"
|
||||
php: "7.3"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue