Skip to content

Commit a1c44a9

Browse files
committed
Fixed Redis Messenger package not available on test setup
1 parent 30999e9 commit a1c44a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ jobs:
169169
with:
170170
dependency-versions: "highest"
171171

172+
- run: composer require symfony/redis-messenger ^7.3
173+
name: Install Redis messenger
174+
172175
- name: Setup problem matchers for PHPUnit
173176
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
174177

0 commit comments

Comments
 (0)