1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 10:14:04 +00:00

Laravel 9 only

This commit is contained in:
Samuel Štancl 2022-08-26 21:39:05 +02:00
parent 06cc7bf686
commit 02faf2407f

View file

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
laravel: ['^8.0', '^9.0']
laravel: ['^9.0']
steps:
- name: Checkout