Skip to content

Commit 3d171e7

Browse files
authored
feat: add new redis image 7.2.6 (OT-CONTAINER-KIT#88)
Signed-off-by: yangw <wuyangmuc@gmail.com>
1 parent e21c5be commit 3d171e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build_redis:
1414
strategy:
1515
matrix:
16-
version: [v6.2.5, v6.2.14, v7.0.15, latest]
16+
version: [v6.2.14, v7.0.15, v7.2.6, latest]
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
@@ -42,7 +42,7 @@ jobs:
4242
build_redis_sentinel:
4343
strategy:
4444
matrix:
45-
version: [v6.2.5, v6.2.14, v7.0.15, latest]
45+
version: [v6.2.14, v7.0.15, v7.2.6, latest]
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout

0 commit comments

Comments
 (0)