Skip to content

Commit c34136b

Browse files
committed
Only redis 6
1 parent 6a0f9ce commit c34136b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/RedisTests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ on:
1212
- 'beta'
1313
- 'release-*'
1414
- 'beta-corona'
15-
schedule:
16-
- cron: '0 0 * * 1' # At 00:00 on (every) Monday
1715

1816
jobs:
1917
test-redis:
@@ -26,7 +24,7 @@ jobs:
2624
runs-on: ubuntu-latest
2725
strategy:
2826
matrix:
29-
redis-version: [ 4, 5, 6 ]
27+
redis-version: [ 6 ]
3028

3129
steps:
3230
- name: Checkout

0 commit comments

Comments
 (0)