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

ci: add laravel 9.0 in ci.yml

This commit is contained in:
scaabel 2022-02-10 11:11:06 +08:00
parent 53d961f564
commit 7e663ca6ea

View file

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
php: ["7.4", "8.0"]
laravel: ["^6.0", "^8.0"]
laravel: ["^6.0", "^8.0", "^9.0"]
steps:
- uses: actions/checkout@v2