Skip to content

Commit a8bbe08

Browse files
author
Roman Janusz
committed
redis updated to 7.0.7
1 parent e2bbf45 commit a8bbe08

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: 6.2.6
19+
REDIS_VERSION: 7.0.7
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" -> "6.2.6",
93+
"REDIS_VERSION" -> "7.0.7",
9494
),
9595
githubWorkflowJavaVersions := Seq("graalvm-ce-java11@21.1.0", "openjdk@1.17"),
9696
githubWorkflowBuildPreamble ++= Seq(

0 commit comments

Comments
 (0)