Skip to content

Commit 4c265b5

Browse files
authored
fix(plugins-ci-redis): remove exclusion of windows node 14 (#104)
* fix(plugins-ci-redis): remove exclusion of windows node 14 * Update .github/workflows/plugins-ci-redis.yml
1 parent f97bc86 commit 4c265b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/plugins-ci-redis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ jobs:
9898
matrix:
9999
node-version: [14, 16, 18, 20, 21]
100100
db: [5, 6, 7]
101-
exclude:
102-
- os: windows-latest
103-
node-version: 14
104101
services:
105102
redis:
106103
image: redis:${{ matrix.db }}

0 commit comments

Comments
 (0)