Skip to content

Commit

Permalink
test varios redis versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ofekshenawa committed Dec 16, 2024
1 parent 691dece commit 1f96080
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
matrix:
redis_version:
- "8.0-M01"
# - "7.4.1"
# - "7.2.6"
# - "6.2.16"
- "7.4.1"
- "7.2.6"
- "6.2.16"
go-version:
- "1.19.x"
- "1.20.x"
Expand Down Expand Up @@ -85,4 +85,4 @@ jobs:
--ginkgo.skip-file="osscluster_test.go" \
--ginkgo.skip-file="pubsub_test.go" \
--ginkgo.skip-file="gears_commands_test.go" \
--ginkgo.label-filter='!NonRedisEnterprise'
--ginkgo.label-filter='!NonRedisEnterprise'
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ services:
- "./dockers/standalone:/redis/work"
profiles:
- standalone
- all
- all

0 comments on commit 1f96080

Please sign in to comment.