Skip to content

Commit 6bcfdc4

Browse files
committed
Update test Neovim versions, latest 0.9 and 0.10 patch versions
1 parent cddf641 commit 6bcfdc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Test
22

3-
on: [ push ]
3+
on: [push]
44

55
jobs:
66
test:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
neovim-version: [ "v0.9.0", "v0.9.1", "stable", "nightly" ]
10+
neovim-version: ["v0.9.5", "v0.10.4", "stable", "nightly"]
1111

1212
steps:
1313
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)