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

Configure globalCache's DB stores to use central connection instead of default connection every time it's reinstantiated

This commit is contained in:
Samuel Štancl 2025-08-05 21:00:56 +02:00
parent f5e03bff62
commit 4b823fca7d
3 changed files with 48 additions and 3 deletions

View file

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
include:
- laravel: "^12.0"
- laravel: "dev-dbstore-setconnection" # todo0 revert along with require (8 lines below)
php: "8.4"
steps:
@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2
- name: Install Composer dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer require "stancl/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer update --prefer-dist --no-interaction
- name: Run tests
if: ${{ ! env.ACT }}