Skip to content

Commit 80b3967

Browse files
committed
CI: Test against Redis 8
Signed-off-by: simonhammes <simonhammes@users.noreply.github.com>
1 parent a283aea commit 80b3967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
php: [ 8.1, 8.2, 8.3, 8.4 ]
12-
redis-version: [ 5, 6, 7 ]
12+
redis-version: [ 5, 6, 7, 8 ]
1313

1414
name: P${{ matrix.php }} - Redis ${{ matrix.redis-version }}
1515

0 commit comments

Comments
 (0)