1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:34:04 +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: strategy:
matrix: matrix:
include: include:
- laravel: "9.0" - laravel: "9.38"
php: "8.0" php: "8.0"
- laravel: "10.0" - laravel: 10
php: "8.1" php: "8.1"
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2