Skip to content

Commit a507b80

Browse 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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines 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)