mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:54:05 +00:00
Update GitHub Actions for Laravel 10
This commit is contained in:
parent
0b0162e400
commit
29a2b74eef
1 changed files with 9 additions and 2 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
|
@ -15,9 +15,16 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php: ["7.3", "8.0"]
|
php: ["7.3", "8.0", "8.1"]
|
||||||
laravel: ["^6.0", "^8.0", "^9.0"]
|
laravel: ["^6.0", "^8.0", "^9.0", "^10.0"]
|
||||||
|
include:
|
||||||
|
- laravel: "^9.0"
|
||||||
|
testbench: "^7.0"
|
||||||
|
- laravel: "^10.0"
|
||||||
|
testbench: "^8.0"
|
||||||
exclude:
|
exclude:
|
||||||
|
- laravel: "^10.0"
|
||||||
|
php: "8.0"
|
||||||
- laravel: "^9.0"
|
- laravel: "^9.0"
|
||||||
php: "7.3"
|
php: "7.3"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue