We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b984afa + 93b023f commit cc364efCopy full SHA for cc364ef
1 file changed
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: true
10
matrix:
11
php: [ 8.1, 8.2, 8.3, 8.4 ]
12
- redis-version: [ 5, 6, 7 ]
+ redis-version: [ 5, 6, 7, 8 ]
13
14
name: P${{ matrix.php }} - Redis ${{ matrix.redis-version }}
15
0 commit comments