Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[12.x] CACHE_STORE env for Redis Cache tests
  • Loading branch information
vadimonus committed Nov 22, 2025
commit c29c35adfdf16e55c2f552a294c5d94096fb4d50
2 changes: 2 additions & 0 deletions .github/workflows/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Execute Cache tests
run: vendor/bin/phpunit tests/Integration/Cache
env:
CACHE_STORE: redis
REDIS_CACHE_CONNECTION: cache
REDIS_CACHE_LOCK_CONNECTION: cache
REDIS_CLIENT: ${{ matrix.client }}
Expand Down Expand Up @@ -117,6 +118,7 @@ jobs:
- name: Execute Cache tests
run: vendor/bin/phpunit tests/Integration/Cache
env:
CACHE_STORE: redis
REDIS_CACHE_CONNECTION: default
REDIS_CACHE_LOCK_CONNECTION: default
REDIS_CLIENT: ${{ matrix.client }}
Expand Down
Loading