From 88949ce0b277237b107eeb46768921c31cb2e6c1 Mon Sep 17 00:00:00 2001 From: Yury-Fridlyand Date: Thu, 19 Sep 2024 18:42:24 -0700 Subject: [PATCH] reduce matrix Signed-off-by: Yury-Fridlyand --- .github/json_matrices/engine-matrix.json | 10 ---------- .github/workflows/node.yml | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/json_matrices/engine-matrix.json b/.github/json_matrices/engine-matrix.json index fabc70d5ef..1662df2ad9 100644 --- a/.github/json_matrices/engine-matrix.json +++ b/.github/json_matrices/engine-matrix.json @@ -1,14 +1,4 @@ [ - { - "type": "valkey", - "version": "8.0.0-rc1", - "run": "always" - }, - { - "type": "valkey", - "version": "7.2.5", - "run": "always" - }, { "type": "redis", "version": "7.0" diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index e398519daf..fd8d33bbc6 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -297,7 +297,7 @@ jobs: steps: - name: log run: | - echo ${{ toJson(matrix.host) }} + echo "${{ toJson(matrix.host) }}" - name: Install git run: |