2929 COVERAGE_CORE : sysmon
3030 # patch releases get included in the base version image when they are published
3131 # for example after 8.2.1 is published, 8.2 image contains 8.2.1 content
32- CURRENT_CLIENT_LIBS_TEST_STACK_IMAGE_TAG : ' 8.2 '
33- CURRENT_REDIS_VERSION : ' 8.2 '
32+ CURRENT_CLIENT_LIBS_TEST_STACK_IMAGE_TAG : ' 8.4.0 '
33+ CURRENT_REDIS_VERSION : ' 8.4.0 '
3434
3535jobs :
3636 dependency-audit :
3737 name : Dependency audit
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 - uses : pypa/gh-action-pip-audit@v1.0.8
4242 with :
4343 inputs : dev_requirements.txt
4848 name : Code linters
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/checkout@v5
51+ - uses : actions/checkout@v6
5252 - uses : actions/setup-python@v6
5353 with :
5454 python-version : " 3.10"
@@ -76,15 +76,15 @@ jobs:
7676 max-parallel : 15
7777 fail-fast : false
7878 matrix :
79- redis-version : ['8.4-GA-pre.2', ' ${{ needs.redis_version.outputs.CURRENT }}', '8.0.2' ,'7.4.4', '7.2.9']
79+ redis-version : ['${{ needs.redis_version.outputs.CURRENT }}', '8.2 ', '8.0.2' ,'7.4.4', '7.2.9']
8080 python-version : ['3.10', '3.14']
8181 parser-backend : ['plain']
8282 event-loop : ['asyncio']
8383 env :
8484 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
8585 name : Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}}; EL:${{matrix.event-loop}}
8686 steps :
87- - uses : actions/checkout@v5
87+ - uses : actions/checkout@v6
8888 - name : Run tests
8989 uses : ./.github/actions/run-tests
9090 with :
@@ -108,7 +108,7 @@ jobs:
108108 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
109109 name : Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}}; EL:${{matrix.event-loop}}
110110 steps :
111- - uses : actions/checkout@v5
111+ - uses : actions/checkout@v6
112112 - name : Run tests
113113 uses : ./.github/actions/run-tests
114114 with :
@@ -133,7 +133,7 @@ jobs:
133133 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
134134 name : Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}} (${{ matrix.hiredis-version }}); EL:${{matrix.event-loop}}
135135 steps :
136- - uses : actions/checkout@v5
136+ - uses : actions/checkout@v6
137137 - name : Run tests
138138 uses : ./.github/actions/run-tests
139139 with :
@@ -158,7 +158,7 @@ jobs:
158158 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
159159 name : Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}}; EL:${{matrix.event-loop}}
160160 steps :
161- - uses : actions/checkout@v5
161+ - uses : actions/checkout@v6
162162 - name : Run tests
163163 uses : ./.github/actions/run-tests
164164 with :
@@ -176,7 +176,7 @@ jobs:
176176 matrix :
177177 extension : ['tar.gz', 'whl']
178178 steps :
179- - uses : actions/checkout@v5
179+ - uses : actions/checkout@v6
180180 - uses : actions/setup-python@v6
181181 with :
182182 python-version : " 3.10"
@@ -195,7 +195,7 @@ jobs:
195195 matrix :
196196 python-version : ['3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.10', 'pypy-3.11']
197197 steps :
198- - uses : actions/checkout@v5
198+ - uses : actions/checkout@v6
199199 - uses : actions/setup-python@v6
200200 with :
201201 python-version : ${{ matrix.python-version }}
0 commit comments