Skip to content

Commit ef3cca2

Browse files
committed
Adding 8.4-M01-pre
1 parent 2294f69 commit ef3cca2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ env:
2727
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2828
# this speeds up coverage with Python 3.12: https://github.com/nedbat/coveragepy/issues/1665
2929
COVERAGE_CORE: sysmon
30+
# patch releases get included in the base version image when they are published
31+
# for example after 8.2.1 is published, 8.2 image contains 8.2.1 content
3032
CURRENT_CLIENT_LIBS_TEST_STACK_IMAGE_TAG: '8.2'
3133
CURRENT_REDIS_VERSION: '8.2'
3234

@@ -74,7 +76,7 @@ jobs:
7476
max-parallel: 15
7577
fail-fast: false
7678
matrix:
77-
redis-version: ['8.2.2-pre', '${{ needs.redis_version.outputs.CURRENT }}', '8.0.2' ,'7.4.4', '7.2.9']
79+
redis-version: ['8.4-M01-pre', '${{ needs.redis_version.outputs.CURRENT }}', '8.0.2' ,'7.4.4', '7.2.9']
7880
python-version: ['3.9', '3.13']
7981
parser-backend: ['plain']
8082
event-loop: ['asyncio']

0 commit comments

Comments
 (0)