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