Skip to content

Commit 92e2ff7

Browse files
authored
Fix matrix in hiredis-py-integration.yaml (#3641)
1 parent 7130e1a commit 92e2ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hiredis-py-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
python-version: [ '3.8', '3.13']
4949
parser-backend: [ 'hiredis' ]
5050
hiredis-version: [ 'unstable' ]
51-
hiredis-branch: ${{ inputs.hiredis-branch }}
5251
event-loop: [ 'asyncio' ]
5352
env:
5453
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
@@ -63,4 +62,5 @@ jobs:
6362
python-version: ${{ matrix.python-version }}
6463
parser-backend: ${{ matrix.parser-backend }}
6564
redis-version: ${{ matrix.redis-version }}
66-
hiredis-version: ${{ matrix.hiredis-version }}
65+
hiredis-version: ${{ matrix.hiredis-version }}
66+
hiredis-branch: ${{ inputs.hiredis-branch }}

0 commit comments

Comments
 (0)