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 a8bbe08 commit d97f4d6Copy full SHA for d97f4d6
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ on:
16
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
- REDIS_VERSION: 7.0.7
+ REDIS_VERSION: 6.2.6
20
21
jobs:
22
build:
project/Build.scala
@@ -90,7 +90,7 @@ object Build extends BuildDef {
90
githubWorkflowTargetTags ++= Seq("v*"),
91
92
githubWorkflowEnv ++= Map(
93
- "REDIS_VERSION" -> "7.0.7",
+ "REDIS_VERSION" -> "6.2.6",
94
),
95
githubWorkflowJavaVersions := Seq("graalvm-ce-java11@21.1.0", "openjdk@1.17"),
96
githubWorkflowBuildPreamble ++= Seq(
0 commit comments