Skip to content

Commit

Permalink
feat(tests): Test on neovim 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptomilk authored and willothy committed Jun 6, 2024
1 parent 1386069 commit 948b32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
neovim_version: ['v0.7.0', 'v0.8.0', 'v0.9.0', 'nightly']
neovim_version: ['v0.7.0', 'v0.8.0', 'v0.9.0', 'v0.10.0', 'nightly']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 948b32e

Please sign in to comment.