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

Merge remote-tracking branch 'origin/merge-3.x'

This commit is contained in:
Samuel Štancl 2024-02-10 23:02:12 +01:00
commit fe4ee6336f
2 changed files with 23 additions and 1 deletions

View file

@ -25,7 +25,7 @@ jobs:
- name: Install Composer dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer require "laravel/framework:^${{ matrix.laravel }}.0" --no-interaction --no-update
composer update --prefer-dist --no-interaction
- name: Run tests
run: ./vendor/bin/pest