Skip to content
代码片段 群组 项目
未验证 提交 a9364735 编辑于 作者: Stan Hu's avatar Stan Hu
浏览文件

Test Sidekiq with more Redis versions

We vendored Sidekiq in
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/143563 to
fix Redis 6.0 compatibility. However, we should test our changes
against Redis 6.2 and 7.0 to ensure we didn't break anything.
上级 6f25a214
No related branches found
No related tags found
无相关合并请求
......@@ -12,9 +12,10 @@ rspec:
parallel:
matrix:
- RUBY_VERSION: ["3.0", "3.1", "3.2"]
REDIS_VERSION: ["6.0", "6.2", "7.0"]
.with_redis:
services:
- redis:6.0-alpine
- redis:${REDIS_VERSION}-alpine
variables:
REDIS_URL: "redis://redis"
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册