1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 11:14:03 +00:00

drop < L9 support

This commit is contained in:
Saade 2023-02-15 16:58:13 -03:00
parent 00ee7e9849
commit 2e6b824889
2 changed files with 6 additions and 9 deletions

View file

@ -15,8 +15,8 @@ jobs:
strategy:
matrix:
php: ["7.3", "8.0", "8.1"]
laravel: ["^6.0", "^8.0", "^9.0", "^10.0"]
php: ["8.0", "8.1"]
laravel: ["^9.0", "^10.0"]
include:
- laravel: "^9.0"
testbench: "^7.0"
@ -25,10 +25,6 @@ jobs:
exclude:
- laravel: "^10.0"
php: "8.0"
- laravel: "^10.0"
php: "7.3"
- laravel: "^9.0"
php: "7.3"
steps:
- uses: actions/checkout@v2