File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ jobs:
125
125
redis-version : [ '${{ needs.redis_version.outputs.CURRENT }}' ]
126
126
python-version : [ '3.8', '3.12']
127
127
parser-backend : [ 'hiredis' ]
128
+ hiredis-version : [ '>=3.0.0', '<3.0.0' ]
128
129
event-loop : [ 'asyncio' ]
129
130
env :
130
131
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
@@ -137,15 +138,7 @@ jobs:
137
138
python-version : ${{ matrix.python-version }}
138
139
parser-backend : ${{ matrix.parser-backend }}
139
140
redis-version : ${{ matrix.redis-version }}
140
-
141
- - name : Run tests against hiredis < 3.0.0
142
- uses : ./.github/actions/run-tests
143
- if : ${{ matrix.parser-backend == 'hiredis' && matrix.python-version == '3.12'}}
144
- with :
145
- python-version : ${{ matrix.python-version }}
146
- parser-backend : ${{ matrix.parser-backend }}
147
- redis-version : ${{ matrix.redis-version }}
148
- hiredis-version : ' <3.0.0'
141
+ hiredis-version : ${{ matrix.hiredis-version }}
149
142
150
143
uvloop-tests :
151
144
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments