Skip to content

Commit

Permalink
Update cd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
drivebyer authored Sep 19, 2024
1 parent 9d6d186 commit e21c5be
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.12, v6.2.14, v7.0.15, latest]
version: [v6.2.5, v6.2.14, v7.0.15, 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.12, v6.2.14, v7.0.15, latest]
version: [v6.2.5, v6.2.14, v7.0.15, latest]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit e21c5be

Please sign in to comment.