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

fix more files broken in automerge

This commit is contained in:
Samuel Štancl 2024-02-11 00:07:38 +01:00
parent 56a6f25dac
commit 4b52fed4a0
4 changed files with 2 additions and 69 deletions

View file

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
include:
- laravel: "10.0"
- laravel: "^10.0"
php: "8.2"
steps:
@ -25,7 +25,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