Skip to content

Commit d97f4d6

Browse files
author
Roman Janusz
committed
Revert "redis updated to 7.0.7"
This reverts commit a8bbe08.
1 parent a8bbe08 commit d97f4d6

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.7
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
@@ -90,7 +90,7 @@ object Build extends BuildDef {
9090
githubWorkflowTargetTags ++= Seq("v*"),
9191

9292
githubWorkflowEnv ++= Map(
93-
"REDIS_VERSION" -> "7.0.7",
93+
"REDIS_VERSION" -> "6.2.6",
9494
),
9595
githubWorkflowJavaVersions := Seq("graalvm-ce-java11@21.1.0", "openjdk@1.17"),
9696
githubWorkflowBuildPreamble ++= Seq(

0 commit comments

Comments
 (0)