Skip to content

Commit

Permalink
Pin redis 6.2.6 for GH actions (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewler authored Nov 17, 2022
1 parent d083efd commit ef73ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
os: ['ubuntu-20.04']
redis-version: [4, 5, 6]
redis-version: [4, 5, "6.2.6"]
# Do not cancel any jobs when a single job fails
fail-fast: false
name: Python ${{ matrix.python-version }} on ${{ matrix.os }} with Redis ${{ matrix.redis-version }}
Expand Down

0 comments on commit ef73ae1

Please sign in to comment.