Skip to content

Commit b386002

Browse files
authored
Merge pull request #237 from vim-denops/fix-ci
☕ Fix invalid Vim/Neovim version on CI
2 parents 6964e71 + 937136f commit b386002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
- "1.38.x"
5454
- "1.x"
5555
host_version:
56-
- vim: "v9.0.1499"
57-
nvim: "v0.8.0"
56+
- vim: "v9.0.2189"
57+
nvim: "v0.9.4"
5858
runs-on: ${{ matrix.runner }}
5959
timeout-minutes: 15
6060
steps:

0 commit comments

Comments
 (0)