Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a507b80

Browse filesBrowse files
minor symfony#48761 Fix integration test gha (kbond)
This PR was submitted for the 4.4 branch but it was merged into the 5.4 branch instead. Discussion ---------- Fix integration test gha | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | n/a | License | MIT | Doc PR | n/a This should fix the failing integration tests. `grokzen/redis-cluster` has de-listed the 5.0.4 tag. Commits ------- 4a38f23 Fix integration test gha
2 parents 4eb8013 + 4a38f23 commit a507b80
Copy full SHA for a507b80

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎.github/workflows/integration-tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/integration-tests.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
ports:
4949
- 16379:6379
5050
redis-cluster:
51-
image: grokzen/redis-cluster:5.0.4
51+
image: grokzen/redis-cluster:latest
5252
ports:
5353
- 7000:7000
5454
- 7001:7001

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.