From 6fd1b9c87719780df4e9d1a3d0bd70bab643c297 Mon Sep 17 00:00:00 2001 From: Marc Gravell Date: Wed, 29 Oct 2025 10:45:52 +0000 Subject: [PATCH 1/2] Add 8.4 to CI matrix integration.yml --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 1f860259..7ccdea75 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -37,7 +37,7 @@ jobs: max-parallel: 15 fail-fast: false matrix: - redis-version: [ '8.2.1', '${{ needs.redis_version.outputs.CURRENT }}', '7.4.1', '7.2.6', '6.2.16'] + redis-version: [ '8.4-RC1-pre', '8.2.1', '${{ needs.redis_version.outputs.CURRENT }}', '7.4.1', '7.2.6', '6.2.16'] dotnet-version: ['8.0', '9.0'] env: ACTIONS_ALLOW_UNSECURE_COMMANDS: true From 43b0be1278c5f01318e4f0b54de84a6a698ba41f Mon Sep 17 00:00:00 2001 From: Marc Gravell Date: Mon, 3 Nov 2025 15:09:58 +0000 Subject: [PATCH 2/2] Update integration.yml --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7ccdea75..ddcab46f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -37,7 +37,7 @@ jobs: max-parallel: 15 fail-fast: false matrix: - redis-version: [ '8.4-RC1-pre', '8.2.1', '${{ needs.redis_version.outputs.CURRENT }}', '7.4.1', '7.2.6', '6.2.16'] + redis-version: [ '8.4-RC1-pre.2', '8.2.1', '${{ needs.redis_version.outputs.CURRENT }}', '7.4.1', '7.2.6', '6.2.16'] dotnet-version: ['8.0', '9.0'] env: ACTIONS_ALLOW_UNSECURE_COMMANDS: true