Skip to content

Commit

Permalink
syntax fix for matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed May 2, 2023
1 parent f047a89 commit 972588f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/redis_version_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- 6379:6379
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 10
matrix:
fail-fast: false
redis: ['5.0.14', '6.0', '6.2', '7.0', '7.2-rc']
python-version: ['3.11']
steps:
Expand Down

0 comments on commit 972588f

Please sign in to comment.