We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5105e81 commit 29ffcf2Copy full SHA for 29ffcf2
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ env:
19
jobs:
20
tests:
21
runs-on: ubuntu-latest
22
- name: PHP ${{ matrix.php }} - Redis ${{ matrix.redis }}
+ name: PHP ${{ matrix.php }} with Redis v${{ matrix.redis }}
23
24
strategy:
25
fail-fast: false
0 commit comments