Skip to content

Commit 868f874

Browse files
committed
ci: upgrade Redis action and specify Redis version
1 parent 755c406 commit 868f874

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tox.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
with:
3030
python-version: ${{ matrix.python }}
3131
- name: Start Redis
32-
uses: supercharge/[email protected]
32+
uses: supercharge/[email protected]
33+
with:
34+
redis-version: 6
3335
- name: Install Tox and any other packages
3436
run: pip install tox
3537
- name: Run Tox

0 commit comments

Comments
 (0)