Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Remove Valkey since it doesnt suport 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored and xyproto committed Aug 7, 2024
1 parent 27e67d1 commit 3389e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
go-version: [1.20.x, 1.21.x, 1.22.x]
db-version: [6.x, 7.x]
distribution: [redis, valkey]
distribution: [redis]
runs-on: ubuntu-latest
steps:
- name: Start Database
Expand Down

0 comments on commit 3389e99

Please sign in to comment.