Skip to content

Commit

Permalink
feat: add new redis image 7.2.6
Browse files Browse the repository at this point in the history
Signed-off-by: yangw <[email protected]>
  • Loading branch information
drivebyer committed Nov 5, 2024
1 parent e21c5be commit 90dc9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build_redis:
strategy:
matrix:
version: [v6.2.5, v6.2.14, v7.0.15, latest]
version: [v6.2.14, v7.0.15, v7.2.6, latest]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
build_redis_sentinel:
strategy:
matrix:
version: [v6.2.5, v6.2.14, v7.0.15, latest]
version: [v6.2.14, v7.0.15, v7.2.6, latest]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 90dc9ec

Please sign in to comment.