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

Merge branch 'master' into cache-prefix

This commit is contained in:
Samuel Štancl 2023-02-21 17:48:49 +01:00
commit f0407e781b

View file

@ -16,10 +16,10 @@ jobs:
strategy:
matrix:
include:
- laravel: 9
- laravel: "^9.0"
php: "8.0"
- laravel: 10
php: "8.1"
- laravel: "^10.0"
php: "8.2"
steps:
- name: Checkout
@ -27,7 +27,7 @@ jobs:
- name: Install Composer dependencies
run: |
composer require "laravel/framework:^${{ matrix.laravel }}.0" --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