Skip to content

Commit

Permalink
reduce matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed Sep 20, 2024
1 parent a994b9d commit 88949ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/json_matrices/engine-matrix.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
steps:
- name: log
run: |
echo ${{ toJson(matrix.host) }}
echo "${{ toJson(matrix.host) }}"
- name: Install git
run: |
Expand Down

0 comments on commit 88949ce

Please sign in to comment.