mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 19:04: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:
parent
f5e03bff62
commit
4b823fca7d
3 changed files with 48 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue