We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691dece commit 1f96080Copy full SHA for 1f96080
.github/workflows/build.yml
@@ -52,9 +52,9 @@ jobs:
52
matrix:
53
redis_version:
54
- "8.0-M01"
55
- # - "7.4.1"
56
- # - "7.2.6"
57
- # - "6.2.16"
+ - "7.4.1"
+ - "7.2.6"
+ - "6.2.16"
58
go-version:
59
- "1.19.x"
60
- "1.20.x"
@@ -85,4 +85,4 @@ jobs:
85
--ginkgo.skip-file="osscluster_test.go" \
86
--ginkgo.skip-file="pubsub_test.go" \
87
--ginkgo.skip-file="gears_commands_test.go" \
88
- --ginkgo.label-filter='!NonRedisEnterprise'
+ --ginkgo.label-filter='!NonRedisEnterprise'
docker-compose.yml
@@ -18,4 +18,4 @@ services:
18
- "./dockers/standalone:/redis/work"
19
profiles:
20
- standalone
21
- - all
+ - all
0 commit comments