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

Change Laravel version in CI

This commit is contained in:
lukinovec 2023-02-17 16:00:56 +01:00
parent c07201e33b
commit 83f4cbd58d

View file

@ -16,11 +16,10 @@ jobs:
strategy:
matrix:
include:
- laravel: "9.0"
- laravel: "9.38"
php: "8.0"
- laravel: "10.0"
- laravel: 10
php: "8.1"
steps:
- name: Checkout
uses: actions/checkout@v2