From 80b396718ed9c22e022f53c177deaf94fe9af712 Mon Sep 17 00:00:00 2001 From: simonhammes Date: Sat, 21 Jun 2025 08:21:07 +0200 Subject: [PATCH] CI: Test against Redis 8 Signed-off-by: simonhammes --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 78a3122..60a9fd0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: php: [ 8.1, 8.2, 8.3, 8.4 ] - redis-version: [ 5, 6, 7 ] + redis-version: [ 5, 6, 7, 8 ] name: P${{ matrix.php }} - Redis ${{ matrix.redis-version }}