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

Partially revert CI changes

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

View file

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

View file

@ -78,7 +78,7 @@ test('global cache is always central', function (string $store, array $bootstrap
withTenantDatabases(true); withTenantDatabases(true);
} }
// todo@samuel maybe add assertions about the DB connection used by: // todo0 maybe add assertions about the DB connection used by:
// 1. global_cache()->store()->getStore()->getConnection()->getName() // 1. global_cache()->store()->getStore()->getConnection()->getName()
// 2. cache()->store()->getStore()->getConnection()->getName() // 2. cache()->store()->getStore()->getConnection()->getName()
// 3. GlobalCache::store()->getStore()->getConnection()->getName() // 3. GlobalCache::store()->getStore()->getConnection()->getName()