Skip to content

Commit eee2195

Browse files
committed
Fix integration.yaml ?
1 parent 70d28f0 commit eee2195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
max-parallel: 15
6565
fail-fast: false
6666
matrix:
67-
redis-version: [${{ env.CURRENT_REDIS_VERSION }}] #, '8.0-M01', '7.2.6', '6.2.16']
67+
redis-version: [ ${{ env.CURRENT_REDIS_VERSION }} ] #, '8.0-M01', '7.2.6', '6.2.16']
6868
python-version: ['3.8', '3.12']
6969
parser-backend: ['plain']
7070
event-loop: ['asyncio']
@@ -88,7 +88,7 @@ jobs:
8888
max-parallel: 15
8989
fail-fast: false
9090
matrix:
91-
redis-version: [ ${{ env.CURRENT_REDIS_VERSION }}]
91+
redis-version: [ ${{ env.CURRENT_REDIS_VERSION }} ]
9292
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9', 'pypy-3.10']
9393
parser-backend: [ 'plain' ]
9494
event-loop: [ 'asyncio' ]

0 commit comments

Comments
 (0)