Skip to content

Commit e2c250e

Browse files
author
Roman Janusz
committed
backing out redis 7
1 parent b95eec0 commit e2c250e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
REDIS_VERSION: 7.0.0
19+
REDIS_VERSION: 6.2.6
2020

2121
jobs:
2222
build:

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ object Build extends BuildDef {
8989
githubWorkflowTargetTags ++= Seq("v*"),
9090

9191
githubWorkflowEnv ++= Map(
92-
"REDIS_VERSION" -> "7.0.0",
92+
"REDIS_VERSION" -> "6.2.6",
9393
),
9494
githubWorkflowJavaVersions := Seq("graalvm-ce-java11@21.1.0"),
9595
githubWorkflowBuildPreamble ++= Seq(

0 commit comments

Comments
 (0)