1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 20:14:04 +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: strategy:
matrix: matrix:
php: ["7.4", "8.0"] php: ["7.4", "8.0"]
laravel: ["^6.0", "^8.0"] laravel: ["^6.0", "^8.0", "^9.0"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2