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

Update CI file

This commit is contained in:
lukinovec 2023-02-17 16:04:29 +01:00
parent 83f4cbd58d
commit a13468e806

View file

@ -16,17 +16,18 @@ jobs:
strategy:
matrix:
include:
- laravel: "9.38"
- laravel: 9
php: "8.0"
- laravel: 10
php: "8.1"
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Composer dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer require "laravel/framework:^${{ matrix.laravel }}" --no-interaction --no-update
composer update --prefer-dist --no-interaction
- name: Run tests
run: ./vendor/bin/pest