Skip to content

Commit f9b38d4

Browse files
committed
Update CI Matrix
1 parent b72d36f commit f9b38d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
env:
3939
LOW_TIMEOUT: "0.01"
40-
REDIS_BRANCH: "7.2"
40+
REDIS_BRANCH: "8.2"
4141
steps:
4242
- name: Check out code
4343
uses: actions/checkout@v5
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
env:
7777
LOW_TIMEOUT: "0.01"
78-
REDIS_BRANCH: "7.2"
78+
REDIS_BRANCH: "8.2"
7979
TRUFFLERUBYOPT: "--engine.Mode=latency"
8080
steps:
8181
- name: Check out code
@@ -115,7 +115,7 @@ jobs:
115115
env:
116116
LOW_TIMEOUT: "0.01"
117117
DRIVER: ${{ matrix.driver }}
118-
REDIS_BRANCH: "7.2"
118+
REDIS_BRANCH: "8.2"
119119
steps:
120120
- name: Check out code
121121
uses: actions/checkout@v5
@@ -223,7 +223,7 @@ jobs:
223223
env:
224224
TIMEOUT: "15"
225225
LOW_TIMEOUT: "0.14"
226-
REDIS_BRANCH: "7.2"
226+
REDIS_BRANCH: "8.2"
227227
BUNDLE_GEMFILE: cluster/Gemfile
228228
steps:
229229
- name: Check out code

0 commit comments

Comments
 (0)