Skip to content

Commit

Permalink
CI: Name the test job for clearer output
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored and PatrickTulskie committed Dec 22, 2022
1 parent 051e75d commit 7fd8ad2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on: [push, pull_request]

jobs:
test:
name: "Test on Redis ${{ matrix.redis-version }}, Ruby ${{ matrix.ruby-version }}"
runs-on: ubuntu-latest

strategy:
matrix:
redis-version:
- 4.0
- '4.0'
- 4.1
- 4.2
- 4.3
Expand Down

0 comments on commit 7fd8ad2

Please sign in to comment.