Skip to content

Commit

Permalink
fix invalid definition in plugins-ci and plugins-ci-redis (#84)
Browse files Browse the repository at this point in the history
* fix #8

* Update plugins-ci-redis.yml
  • Loading branch information
rluvaton authored Jun 9, 2023
1 parent 42d5648 commit 3135dc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plugins-ci-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
node-version: [14, 16, 18, 20]
db: [5, 6, 7]
exclude:
os: windows-latest
node-version: 14
- os: windows-latest
node-version: 14
services:
redis:
image: redis:${{ matrix.db }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/plugins-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
node-version: [14, 16, 18, 20]
os: [macos-latest, ubuntu-latest, windows-latest]
exclude:
os: windows-latest
node-version: 14
- os: windows-latest
node-version: 14
steps:
- name: Check out repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 3135dc1

Please sign in to comment.